Recommended add-ons/plugins for Microsoft Visual Studio [closed]
SmartPaster - (FREE) Copy/Paste code generator for strings
AnkhSvn - (FREE) SVN Source Control Integration for VS.NET
VisualSVN Server - (FREE) Source Control
ReSharper - IDE enhancement that helps with refactoring and productivity
CodeRush - Code gen macros on steroids
Refactor - Code refactoring aid
CodeSmith - Code Generator
GhostDoc - (FREE) Simple code commenting tool
DXCore (FREE) and its many awesome plugins: DxCore Community Plugins, CR_Documentor, CodeStyleEnforcer, RedGreen
TestDriven.Net - (FREE/PAY) Unit Testing Aid
Reflector - (PAY) Feature rich .Net Disassembler Reflector AddIn's
Web Deployment Projects - Provides additional functionality to build and deploy Web sites and Web applications (source).
StudioTools - (FREE) Navigation assistant, code metrics tool, incremental search, file explorer in visual studio and tear off editor windows
===========================
- ASPX Edit Helper - Snippets for editing asp.net
- Re-Sharper - Fast Refactoring
- Power Commands
- Reflector
- GhostDoc - Generates XML comments
- Visual Assist X
- Rock Scroll
- TestDriven.NET
- NCover
- AnkhSVN - SVN Integration
- ViEmu - Vim Emulation
- VisualSVN - SVN Integration
- Theme Generator
- Skype Add-in
- XML Explorer
- Resource Refactoring
- Linq2Sql Debugger Visualizer - Easily debug Linq2SQL
- Visual Studio File Explorer
- Visual Studio Window Manager
- TFS PowerToys
- Expression Tree Visualizer
- StyleCop
- Regions Manager
- Regionerate
- Code Keep - Manage Code Snippets from anywhere
- CR Documentor
- DXCore Community Plugins
- NUnit
- CodeRush Xpress
- JSLint
- NUnit for VS - NUnit integration
- Instant Gratification - Tells you how awesome your code is
- Entrian Source Search, a Code Search add-in. "Find In Files" on steroids.
- Goanna - static analysis for C/C++
- StudioTools
- USysWare DPack Code Browser - Fast code navigation
-----------------------
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决