Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio add-on gallery?

i'm hoping to find some add-ons for Visual Studio to address some specific usability issues. Is there a Visual Studio addons gallery that contains a huge dumping ground of addons that every person, company, yahoo and hick have created?

Kind of like Vista Sidebar Gadget gallery, but for addons.

Kind of like CodePlex, but for addons.

Is Visual Studio Gallery it?


Not that it's important to my question, but some of the IDE functionality i was hoping to see addressed through addons:

  • tabs are placed in chronological open order
  • renaming a control renames attached event handlers
  • deleting all code from an event handler deletes and unhooks the event handler
  • deleting an event handler unhooks it
  • rearrange code so private, protected and public methods and grouped. Properties and events are grouped. Private variables are grouped.
  • analyse for using lint
  • controls that have been cut/pasted have their event handlers functional
  • full support for B.R.I.E.F. bookmarks (found it)
  • /// automatically adds thrown exceptions
  • /// comments are rendered on the item their declared for
like image 579
Ian Boyd Avatar asked Dec 23 '08 18:12

Ian Boyd


People also ask

How do I add a VSIX file to Visual Studio?

Open in VisualStudio the folder that contain the "nameFile. vsix" file. File, Open Folder..., click right in the "nameFile. vsix" into de VisualStudio, and click in install extension VSIX.

How do I manually install a code or extension?

You can manually install a VS Code extension packaged in a .vsix file. Using the Install from VSIX command in the Extensions view command dropdown, or the Extensions: Install from VSIX command in the Command Palette, point to the .vsix file.

What are plugins in Visual Studio?

Extensions are add-ons that allow you to customize and enhance your experience in Visual Studio by adding new features or integrating existing tools. An extension can range in all levels of complexity, but its main purpose is to increase your productivity and cater to your workflow.


1 Answers

You may be looking for this

like image 189
Perpetualcoder Avatar answered Oct 02 '22 22:10

Perpetualcoder