Some words (function
, if
, else
, return
, etc) are automatically formatted to italic is VS Code. How can I disable this behavior?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can force VS to disable all your italics for your theme using the following user configurations:
Turns out I was using the wrong theme! New theme changed it and it works just fine.