Useful Add-Ins or Plug-Ins for native Visual Studio developer [closed]

天大地大妈咪最大 提交于 2019-12-02 23:59:51

问题


There are plenty of different Add-Ins for Visual Studio see Visual Studio Gallery . Please share your experiences and favorites.

As motivation, here are some of my favorites:

  • Versioning Controlled Build [F/O] - very handy extension for automatic build numbering
  • SlickEdit Gadgets [F] - useful editor gadget, build-in file explorer ...
  • SlickEdit Tools [C] - editing and versioning tools
  • Refactor! for C++ [F/C] - C++ code refactoring like C#
  • WiX [F/O] - making windows installer setups using XML
  • AnkhSVN [F/O] - use subversion from inside of your IDE
  • Visual Leak Detector [F/O] - helper for debug problems
  • Parasoft C++test [C] - suite for code quality assurance
  • Parasoft Insure++ [C] - runtime memory analysis
  • RockScroll [F] - helper for scrolling in long files
  • Axialis IconWorkshop [F/C] - icon and bitmap editor
  • PowerCommands [F] - adds some useful commands onto the context menu
  • IncrediBuild [C] - speedup your build process
  • Workspace Whiz [F/C] - many useful add-ins
  • Consolas Font Pack [F] - very nice font for programming
  • Intel Parallel Studio [C] - Intel optimized C/C++ compiler analyser and debug-helper
  • Microsoft Visual Studio 2005 IDE Enhancements [F] - only for VS2005, Outliner / C++ Snippets /...
  • codekana [F] - very similar with Visual Assist
  • Visual Local History [F] - local file history à la Eclipse
  • ResOrg [F] - Manage and Renumber Resource Symbol IDs
  • PVS-Studio [C] - static code analyzer, especially 64-bit code analysis (Viva64)
  • ASP.NET/HTML Spell Checker for VS [F] - spell checker.

Tools

  • Ranorex [C] - GUI testing and automation framework
  • OneTime [F/C] - Software project management
  • CppCheck [F/O] - Static analysis of C/C++ code
  • Online GUID Generator [F] - in case you need a GUID
  • WinMerge [F] - file / directory comparing
  • codepad [F] - online compiler
  • Cilk++ [F/C] - optimize your application for multicore processors
  • Microsoft Application Verifier [F] - runtime verification tool for native code
  • SourceMonitor [F] - simple code metrics measurement tool
  • WinUnit [F] - nice unit testing for native (C/C++) code on Windows
  • Very Sleepy [F] - simple code profiling tool
  • Visual Sidekick [P] - effective but cheap incremental search over symbols and files
  • CodeAnalyst [F] - code profiling tool from AMD (also partially works on Intel)
  • Sisulizer [C] - Visual Software Localization Tool
  • Innovasys HelpStudio Lite [F/C] - create Microsoft Help 2.x help systems.

For coffe break

  • Powder Toy [F] - build thrilling simulations yourself
  • OE-CAKE [F/C] - build fluid simulations yourself.

Your suggestions:

  • ViEmu [C] - VI emulation
  • Visual Assist [C] - "La Crème de la Crème"
  • VisualSVN [C] - very nice SVN provider
  • Visual Lint [C] - advanced static code analysis
  • VSFileExplorer [F] - self explaining
  • P/Invoke [F] - helps to find native code signatures for managed code.

[F] - freeware [O] - open source [C] - commercial.


回答1:


I'm amazed that Visual Assist has not been mentioned yet!




回答2:


ViEmu is my personal favorite. Emulates VI right inside of VS. :^)




回答3:


Is nobody using Resharper? - Shame on you! ;-)

Seriously, you don't know what you're missing (I do, because I've yet to convince my boss to buy it, and my evaluation period has expired)

The addition of this tool to visual studio almost brings it up to the level of IntelliJ Idea for Java




回答4:


RockScroll is awesome, but there is something more powerful: MetalScroll :)

btw... I also recommend this patch: http://code.google.com/p/metalscroll/issues/detail?id=9




回答5:


VSFileExplorer is a nice file explorer for VS. It's also very helpful when used together with subversion/tortoiseSVN, since it displays the tortoise overlay icons within VS.

and of course

GhostDoc for generation of XML doc comments for methods, properties, classes, ...




回答6:


  • Visual assist X
  • P/Invoke
  • Refactor!



回答7:


assist is very useful, visual lint is good but boring.




回答8:


A minor one by me: Linkify that simplifies links in comments to dev wiki, msdn, bug tracker etc.




回答9:


My two pennies worth: TabStudio and RockScroll.

Tab Studio is uber-awesome when working on WPF / Silverlight apps, trying to keep track of any number of code behind, view-model and xaml files.

Rock scroll is great for larger files and quickly finding references.



来源:https://stackoverflow.com/questions/379453/useful-add-ins-or-plug-ins-for-native-visual-studio-developer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!