How do I get Visual Studio Code to display italic fonts in formatted code?

后端 未结 10 980
旧时难觅i
旧时难觅i 2020-12-22 16:22

How do I configure VS Code to support italic styles, like in this picture?

\"\"

My current settings:

10条回答
  •  轮回少年
    2020-12-22 16:52

    You have to specify the font using the filename. If you have a font with an italic face, then this will work (I tried this on Mac).

    For example:

    "editor.fontFamily": "'OperatorMono-LightItalic'",
    

提交回复
热议问题