Nathan Ridge

Results 83 issues of 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....

enhancement

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...

enhancement

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...

enhancement

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.

![image](https://user-images.githubusercontent.com/1751085/150616764-e07046ba-a735-48bf-bb83-63452637bb43.png) Not sure exactly how to arrange that, but it would be nice if they didn't show up.

bug

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...

enhancement

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...

enhancement

**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...

bug

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...