Customizing Visual Studio [closed]

2019-01-31 14:04发布

I have been working with Visual Studio (WinForm and ASP.NET applications using mostly C#) for several months now. For the most part my IDE is set up fairly standard but I have been wondering what are some suggestions in terms of plugins/settings that you find to be the most useful?

Update: Thanks for all the great suggestions. It looks like a general consensus that I should look into 'Resharper' along with some eye-candy with themes and custom fonts.


Themes

Free Tools

Paid Tools

12条回答
Deceive 欺骗
2楼-- · 2019-01-31 14:38

I can't coding without Resharper and GhostDoc, both are very good, i love that.

查看更多
▲ chillily
3楼-- · 2019-01-31 14:41
冷血范
4楼-- · 2019-01-31 14:45
该账号已被封号
5楼-- · 2019-01-31 14:47

I agree with the customizing of the theme - it makes the environment a whole lot easier to deal with.

You can choose some of the ones from the gallery at Hanselman's site, or create one with this online generator.

查看更多
冷血范
6楼-- · 2019-01-31 14:48

You could try Resharper from JetBraing (http://www.jetbrains.com/resharper/), the ultimate when it comes to code refactoring. I also use GhostDoc (http://www.roland-weigelt.de/ghostdoc/) for helping me with documentation.

查看更多
7楼-- · 2019-01-31 14:53
  1. GhostDoc and HyperAddin provide automatic generation and formatting of XML comments.
  2. RockScroll is really great for browsing legacy classes or just getting a visual feel for your own code.
  3. Install TestDriven.NET to get Reflector in your Tools menu (or you could follow these instructions).
查看更多
登录 后发表回答