In notepad++ we are able to change visible-to-user parts of the code. Is there any way to do the same in VSCode?
Like this:
<p>**88888888**</p>
tag font size = 9
88888888 font size = 15
In notepad++ we are able to change visible-to-user parts of the code. Is there any way to do the same in VSCode?
Like this:
<p>**88888888**</p>
tag font size = 9
88888888 font size = 15
This is not possible as of VS Code 1.24. Two related issues:
fontSize
theme property is currently not supported