0

so i want this feature(code)

to get to here(visual studio)

so i was wondering you can see in the first picture the first char of for if while(etc) has slight caligraphy in it? do anyone know how to do that in visual studio

2
  • 2
    Those are just fonts. You can change any fonts in Visual Studio from settings.
    – Biswapriyo
    Commented Mar 30, 2019 at 4:03
  • actually i just want the first characther to have that kiind of font. and in visual studio u cant change font for one spesific thing (operator, plain text,etc). Commented Mar 30, 2019 at 4:53

1 Answer 1

0

The two images differ in font setting. To change font in Visual Studio, open Tools > Options > Environment > Fonts and Colors. Go to Display Items scroll menu, choose the required item of which font will be changed. For this question, if, else, when are called Keywords. So, choose Keywords item, then change the font or color as your need. Here is the screenshot in VS 2017:

change_fonts_for_keywords

But at the time of this writing, Visual Studio does not support Italics font by default. There may be some extension to change that. Follow these threads to be aware whenever that feature will be available:

Further readings

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .