Home > Net >  Using clear about unnecessary, in the case of not open vs implementation using clear?
Using clear about unnecessary, in the case of not open vs implementation using clear?

Time:12-10

RT:
Known VS have built-in functions "to remove unnecessary using and sort".
So this feature is how to achieve? Don't open any API or related plug-ins can be implemented in vs code of the entire solution under the condition of cleaning (mainly using clearance)?

CodePudding user response:

Resharper can clean code for the entire project code clean up, but you need to open the vs

CodePudding user response:

reference 1st floor ziqi0716 response:
Resharper can clean code for the entire project code clean up, but need to open the vs


Well Resharper is code cleanup function;
But my demand is on the premise of not open vs, if want to open the vs, actually directly using vs code analysis can also be directly cleared;

CodePudding user response:

With Resharper

CodePudding user response:

refer to the second floor mirrorleo response:
Quote: refer to 1st floor ziqi0716 response:
Resharper can clean code for the entire project code clean up, but need to open the vs


Well Resharper is code cleanup function;
But my demand is on the premise of not open vs, if want to open the vs, actually directly using vs code analysis can also be directly cleared;

Well, it may need to research the roslyn
  •  Tags:  
  • C#
  • Related