Nathan Ridge
Nathan Ridge
CDT has a nifty feature called "Mark occurrences", where, when the cursor is over the name of a variable, other uses of the same variable in the file are highlighted....
In Preferences -> Rust -> Editor -> Source Highlighting, you can define colors for various kinds of syntax elements, such as keywords, strings, macro invocations, and so on. However, identifiers...
When I right-click on a C or C++ project, or a subfolder of such a project, in the Project Explorer, in the "New" submenu of the resulting context menu, there...
This patch intercepts the semantic tokens requests using middleware, extracts the inactive code ranges, and uses setDecorations() to provide whole-line background highlighting for them.
 Not sure exactly how to arrange that, but it would be nice if they didn't show up.
See https://medium.com/@evnbr/coding-in-color-3a6db2743a1e for a description of this feature, which I'm calling "rainbow semantic highlighting" (borrowing this term from the [cquery readme](https://github.com/jacobdufault/cquery#cquery)). This feature is supported in [ccls](https://github.com/MaskRay/ccls) (which is a...
If you modify vscode's `"clangd.path"` or `"clangd.arguments"` settings, you almost certainly want to restart clangd immediately afterwards for the changes to take effect. It would be nice if the extension...
**Steps to reproduce** * Open a C++ file to launch clangd. * Open the Output view. * Right-click in the Output view. **Expected results** The context menu that appears does...
Steps to reproduce: * Press the close button on the main Tomboy window ("Search All Notes"). Expected results: * Tomboy minimizes to the system tray / notification area, or there...
When using Tomboy intensively for a period of time (like an hour or more), I notice that occasionally it pauses for a few seconds, during which time it's not responsive...