Add links manually

Anyway, can I make the process of adding links to C # projects less painful?

Every time I create a new C # class library project. I have to use the Add Reference dialog for 5 times.

+5
source share
5 answers

Install PowerCommands for Visual Studio . Then you can simply copy and paste a bunch of links between projects (plus many other useful commands). Some of the useful commands are:

  • Collapse projects (my favorite)
  • Links to copy and paste links
  • Deleting and sorting users
  • Open containing folder
  • Open command line
+7
source

, CTRL-Click. "", , .

+3

, , , , , , "" > " ". , , " ".

0

Resharper, , , . Resharper . , , CTRL + Enter " ". , Resharper ! Resharper .

0

Another way to do this is to use Muse VSRefrences. This VSExtension supports Copy and Paste links, also has the fastest "Add GAC Link" dialog

alt text

Try it and let me know if you have any other questions.

s

0
source

All Articles