Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools What's a Text Editor?

How to change Visual Studio Code syntax color for JavaScript?

Let say I am not happy with the color of comments in Visual Studio Code. Is where a way to change the color of this element? Thanks

2 Answers

Hi there.

Extensions like syntax and Material Color change the color of your code. However I personally prefer to change the color theme.

You can find the option on the Welcome tab when you open VS Code under color theme, which opens up the extensions tab with options to download from.

I would recommend trying Noctis and SynthWave '84 but there are plenty to choose from. Alternatively just search for 'syntax highlighting' and you'll find a lot of options.

Good luck!