While using Notepad++ to write a template string in Typescript, when I have focus on the template string, the string foreground turns to white which contrasts badly with the background color, I checked Notepad++ style configurator in the settings tab, I did not see any option to change the foreground color of the template string when it has focus at all.
When the template string does not have focus, it looks nice
When it has focus, I can barely see the string
How do I change that?
Like other text editors, Notepad++ (which is recommended by the basic tutorial) uses a system called Syntax Highlighting which helps in coding by visually identifying different parts of code with color.
Click on LANGUAGE -> N -> NORMAL TEXT You may have somehow selected Java as the language setting of your documents. You can also set the default by going to: SETTINGS -> PREFERENCES -> NEW DOCUMENT -> DEFAULT TEXT -> DEFAULT LANGUAGE and set that to "Normal Text". Save this answer. Show activity on this post.
To configure syntax highlighting, click on “Language” in the top bar, then click the letter the language starts with, and then the language. If you want to define your own language, click on “Language” again, then click on “User Defined Language”, third from the bottom, and then click “Define your language”.
Notepad++ does not support TypeScript (Supported Programming Languages).
Notepad++ now support TypeScript:
https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support#notepad
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With