Relative Content

Tag Archive for visual-studio-codevscode-extensions

Show number of references for a function

In this website I notice that in the screenshot they provided has the number of reference at which the function is called throughout the project. Does anyone know which extension provides this feature?

Show number of references for a function

In this website I notice that in the screenshot they provided has the number of reference at which the function is called throughout the project. Does anyone know which extension provides this feature?

VSCode TODO Highlight v2 specifying order of applied highlights

I’m trying to change the color of comments because the default is too dark. I would like all comments in one color, and to further highlight TODO:, FIXME:, and REVIEW: keywords. I have the following keywords, but the RegEx at the bottom ends up overriding all the other highlights. If I move RegEx to the top, it still overrides all the other keywords, and they all appear as #00cccc.

VsCode c# dev extension reverts text color

I created a .net project in vs-code. In the last few days, every time I open a .cs file, everything looks fine at the first glance; but, a few seconds later, it all changes. It looks like the following screenshots.

VSCode sticky scroll line length

The sticky scroll line does not shows the full line. Instead it shows |Show more (1.4 KB)| at the end of the line and when I click it, the page will scroll back to line 0.
Image normal

How can I set the default viewer/editor to files associated with SQLite with any file extension?

I’m working with a project producing SQLite files with many different extensions (e.g. *.mtsdb, *.mtsdb.map, and many other *.mtsdb.*s).
And I’ve got a wonderful VSCode extension to view SQLite files called SQLite Viewer.
For each time I open a file with new extension, I have to configure its default editor/viewer to SQLite Viewer in the Open with ... in the right click menu.