Vscode: Code font in "Find References" does not work for me

Created on 13 Jun 2017  路  5Comments  路  Source: microsoft/vscode

I see we now use the editor font in the "Find References" tree:

image

First of all, if we start to use this we should also use it in the search results view to be consistent (the results already look very similar).

I suggest to have a setting for this though, I prefer the workbench font for search results in lists like that.

//cc @Microsoft/vscode for more UX input

ux

Most helpful comment

To me it looks like a bug when we show code in the editor/monospace font but it is not colorized.

All 5 comments

Agree for consistency and search.
What is a bit visually jarring to me here is a combination of fonts used in the find all references tree (I understand this is the only logical way to do it)

screen shot 2017-06-13 at 12 02 31

Yeah, it is a little ugly

I love it. Code type should be monospace; otherwise it shouldn't.

This is the right way to go.

First of all, if we start to use this we should also use it in the search results view to be consistent (the results already look very similar).

Yep, we should fix every spot where we render code and use a non-monospace font.

Yep, we should fix every spot where we render code and use a non-monospace font.

Need to be careful though, monospace text is a lot wider and the viewlet is typically very narrow. Doing this may have a usability impact on smaller screens.

To me it looks like a bug when we show code in the editor/monospace font but it is not colorized.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shanalikhan picture shanalikhan  路  3Comments

sijad picture sijad  路  3Comments

biij5698 picture biij5698  路  3Comments

sirius1024 picture sirius1024  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments