I have to use a lot of specific variables at my work (like T_ULONG or T_SWORD) and I'd like them to be displayed as variables (blue color or whatever). It's quite annoying to have whole pieces of code in black and white ... I saw that there were a lot of themes for VS, but these won't solve my problem...
Any clues ? Thanks for reading anyway :)
On the menu bar, which is the row of menus such as File and Edit, choose Tools > Options. On the Environment > General options page, change the Color theme selection to Dark, and then choose OK. The color theme for the entire Visual Studio development environment (IDE) changes to Dark.
Within the Visual Studio Designer, under the properties window you are able to select the ForeColor , BackColor etc using color picker. When you want to pick a color, a color picker comes up with the tabs 'Custom, Web, System'.
Open VS Code editor to change the syntax colors. Go to Settings, which is on the bottom left corner of the VS Code window. In the search field type JSON, and click on the 'Edit in settings. json' option.
You can personalize Visual Studio in various ways to best support your own development style and requirements. Many of your settings roam with you across Visual Studio instances—see Synchronized settings. This article briefly describes different personalizations and where you can find more information.
Assuming you're talking about C/C++, yes:
Create a file called usertype.dat containing your keywords (one per line) and save it into C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE or equivalent.
In VS, go Tools / Options / Fonts and Colors / Text Editor and in the Display Items list select User Keywords. Set your colours, OK the dialog, and restart VS.
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