Permalink
Switch branches/tags
Nothing to show
Find file
54a517d Mar 29, 2017
@bertique @yannduran @tgjones @OmarElabd @ChrisMaddock
40 lines (37 sloc) 5.08 KB

Visual Studio Open Source Extensions

Submit a pull request to add yours to the list.

Extension Name Description
CodeMaid Extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
Web Essentials 2015 Extends Visual Studio with lots of new features that web developers have been missing for many years.
SideWaffle A collection of Item- and Project Templates for Visual Studio .
MultiEdit Multi-Caret editing extension for Visual Studio.
Ref12 Sends F12 in Visual Studio to the new .Net Reference Source Browser.
Extensibility Tools Tools for writing Visual Studio extensions.
Remove Trailing Whitespace Display trailing whitespace in any VS editor.
React Snippet Pack Snippet pack for Visual Studio.
Add Any File to a Project Extension for easily adding new files to any project.
Visual Studio Minecraft MMDP is a free, open source Visual Studio extension for developing Minecraft mods using Java.
PowerShell Tools for Visual Studio PowerShell integration for Visual Studio 2013 and 2015.
Entity Framework Reverse POCO Generator Reverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings.
Visual F# Power Tools Power commands for F# in Visual Studio.
SQL Server Compact and SQLite Toolbox SQL Server Compact & SQLite Toolbox is a Visual Studio add-in and standalone app , for managing all aspects of your SQL Server Compact/SQLite database files.
GitHub Issue Management A visual studio extension for working with issues on GitHub.
T4 Toolbox T4 Toolbox extends the code generation functionality of the T4 text templates.
Git Diff Margin Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar.
BlackBerry Native Development Plugin Full-featured package for Visual Studio enabling BlackBerry native (C/C++/Cascades) development.
Tidy Tabs for Visual Studio Extension that keeps your document well organized and clear of unused document tabs.
Glyphfriend Glyphfriend is a Visual Studio 2015 Extension to add previews for various glyph-fonts to Visual Studio.
VsVim Vim Emulator Plugin for Visual Studio.
Visual Studio Editor Utilities Utility library to be used with VSIX projects. It abstracts away many of the problem areas of the Visual Studio API into simple to use types.
Easy Motion A vim / sublime EasyMotion clone for Visual Studio.
Save All the Tabs Quickly save and restore sets of document tabs.
Attach Toolbar Provide custom toolbar to easy attach debugger to most frequent targets.
Visual Studio Spell Checker Spell checker editor extension that checks the spelling of comments, strings, and plain text as you type.
AutoRunCustomTool Automatically runs the custom tool on a file when a trigger file is modified.
Cloud Foundry Visual Studio Extension Enables Cloud Foundry users to publish applications from Visual Studio directly to a Cloud Foundry deployment.
Indent Guides for Visual Studio Adds vertical lines at each indent level.
Object Exporter Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
HLSL Tools for Visual Studio Enhanced support for editing High Level Shading Language (HLSL) files
Time Savers (time-savers) => { visual-studio-development-productivity++ }

Learn more about Visual Studio Extensibility at VisualStudio.com/integrate