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 trialroger wellis
Courses Plus Student 32 PointsHow 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
Robert Young
11,579 PointsHey roger wellis
You can change stuff yourself but I prefer to find and use a theme that suits my needs, have a look at these for more info:
https://docs.microsoft.com/en-us/visualstudio/ide/quickstart-personalize-the-ide?view=vs-2019 https://docs.microsoft.com/en-us/visualstudio/ide/how-to-change-text-case-in-the-editor?view=vs-2019
Paulina Torreblanca
11,383 PointsHi 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!