1

Is it just me, or am I missing some colors in my editor? Just noticed and now it annoys the h*ck out of me. No color

I'm running VS2013 with Resharper 8 and the default Light theme provdied with it

Community
  • 1
  • 1
Nicklas Pouey-Winger
  • 3,023
  • 6
  • 43
  • 75

3 Answers3

5

It looks like you're missing the color setting for User Types:

enter image description here

No idea why they're not set by the profile settings. The defaults for this color are: Hue 129, Sat 145, Lum 103, R 43, G 145, B 175.

Jimmy
  • 27,142
  • 5
  • 87
  • 100
  • maybe he imported some settings or a plugin changed the default settings. Its an easy thing to fix. – string.Empty Nov 22 '13 at 17:54
  • 1
    Thanks. I'll try that. Only one somewhat stupid question. Where do I change this? Tried Tools -> Options -> Environment -> Fonts and Colors but could not find "User Types" when "Text Editor" was selected from the dropdown. – Nicklas Pouey-Winger Nov 23 '13 at 12:34
  • @NicklasWinger hm, you're looking in the right place. If it's not there, then that's probably why it's not working. I don't know how those items get registered; have you tried doing a repair of VS? – Jimmy Nov 23 '13 at 20:03
  • Thanks @Jimmy. Definitely something going on here. I'll give it a try once I get back to the office tomorrow! – Nicklas Pouey-Winger Nov 24 '13 at 10:11
3

Found the solution to my problem by following the accepted answer in this SO post. Thank you so much for your help and suggestions.

For the record (Note OperationDataSources()) : enter image description here

Community
  • 1
  • 1
Nicklas Pouey-Winger
  • 3,023
  • 6
  • 43
  • 75
-1

You have to be aware when adding extensions to a visual studio code, as for example .h .cpp .cu and many other code based files. Visual Studio will most likely just show you no code colors.

You can add extensions in the options from Tools-Opions, and add specific code type to any file that you already changed with explorer for example to notepad or wordpad.

Dealazer
  • 59
  • 4