Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change TODO item color in Visual Studio 2012 with Resharper 8

After installing Resharper 8 on Visual Studio 2012 my TODOs are now a retina-searing blue of which this screenshot does not do justice:

enter image description here

I've found similar questions here and here they don't seem to apply to VS2012 and/or RS8, as there is no "Resharper Todo Item" nor any other Resharper items under the Display Items for Fonts & Colors.

like image 271
joelmdev Avatar asked Sep 06 '13 17:09

joelmdev


4 Answers

Just to post a possible workaround if somebody has the same behavior - apply actions from the following article. It looks oddly but works.

  1. Close all Visual Studio instances
  2. Open C:\Program Files (x86)\Microsoft Visual Studio {VS version}\Common7\IDE\Extensions\extensions.configurationchanged file
  3. Type anything there
  4. Save the file
  5. Open VS and check Fonts and Colors in Tools | Options | Environment
like image 73
Alexander Kurakin Avatar answered Oct 23 '22 02:10

Alexander Kurakin


Navigate to environment settings using Visual Studio (Tools -> Options -> Environment -> Fonts and Colors) and change the colour of the TODO items in the text editor. Scroll to the item in the "Display items" list which shows as "Resharper TODO item"

like image 39
Rajesh MG Avatar answered Oct 23 '22 02:10

Rajesh MG


A Visual Studio crash and restart later, Resharper display items are suddenly showing up under fonts and colors. I contacted Jetbrains and apparently this was a verified bug, though that link is now dead which would lead me to believe that they fixed it, but for some reason this answer is still getting upvoted so maybe not.

Maybe the next upvoter can edit this answer or provide a comment with the current state of affairs?

like image 7
joelmdev Avatar answered Oct 23 '22 02:10

joelmdev


This is not a Win 8.x issue; I am using Windows 7 and encountered the problem when I applied Resharper 8 to VS2013. The link that Alexander posted resolved the problem for me. I did, however, have to copy the file to My Documents, make my edit there (a simple hash symbol) and then copy it over the source location.

like image 2
ScottCinDallas Avatar answered Oct 23 '22 02:10

ScottCinDallas