For example, I want class fields, method names, and properties to be in bold, but I do not want them to be bold inside the method bodies. eg.
public static void **WriteStuff**(string notEvenUsed) { var x = 0; Console.WriteLine("Stuff"); }
I want WriteStuff to be in bold, but not WriteLine, x or notEvenUsed.
You can write a Visual Studio add-in for this, but you will have a lot of work to do - you will need to write your own C # parser, not a task for the faint of heart.
ReSharper , Visual Studio Visual Studio (, notEvenUsed, , ), . ReSharper . ; , ( ).
, .
html. , .
There are no built-in methods to accomplish what you want. I believe that ReSharper allows you to make more advanced color settings, but I would be surprised if that would allow such detail.
Visual Assist also allows you to make more color settings.
Source: https://habr.com/ru/post/1706401/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1706396/list-subversion-repositories&usg=ALkJrhhlq8BeMiHDJEt75mnylWywZrht2gRunning a Java application from a batch file with the correct JRE - javaBy not allowing users to make mistakes or give them flexibility - usabilityJquery fade effect doesn't work in FF - jqueryHow can I catch a button click event that has a TDBGrid as a parent? - delphiActiveSync programming on Windows Mobile - windowsVisual Studio installation project with all files from the folder - installationRecommended open source content management system for a corporate website? - ruby | fooobar.comWhat controls affect EnableViewState on a GridView? - htmlRetrieving DataItem from RepeaterItem after data binding (during event processing) - c #All Articles