https://github.com/madskristensen/WebEssentials2013
Visual Studio extension
https://github.com/madskristensen/WebEssentials2013
Last synced: 9 months ago
JSON representation
Visual Studio extension
- Host: GitHub
- URL: https://github.com/madskristensen/WebEssentials2013
- Owner: madskristensen
- License: other
- Created: 2013-06-18T05:51:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T16:13:16.000Z (over 9 years ago)
- Last Synced: 2025-04-12T14:57:07.334Z (9 months ago)
- Language: C#
- Homepage: http://vswebessentials.com
- Size: 33.4 MB
- Stars: 945
- Watchers: 80
- Forks: 250
- Open Issues: 288
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- system-architecture-awesome - Web Essentials - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years (Visual Studio Plugins)
- awesome-dot-dev - Web Essentials - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years (Visual Studio Plugins)
- awesome-dotnet - Web Essentials - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years (Visual Studio Plugins)
- awesome-dotnet - Web Essentials - Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years (Visual Studio Plugins)
README
[Web Essentials](http://vswebessentials.com) for Visual Studio 2013
=================
[](https://ci.appveyor.com/project/madskristensen/webessentials2013)
Web Essentials extends Visual Studio with lots of new features that web developers have been missing for many years.
If you ever write CSS, HTML, JavaScript, TypeScript, CoffeeScript, LiveScript or LESS, then you will find many useful features that make your life as a developer easier.
This is for all Web developers using Visual Studio.
To get the latest nightly build, follow [these instructions](http://vswebessentials.com/download#nightly).
##Getting started
To contribute to this project, you'll need to do a few things first:
1. Fork the project on GitHub
1. Clone it to your computer
1. Install the [Visual Studio 2013 SDK](https://www.microsoft.com/en-us/download/details.aspx?id=40758).
1. Open the solution in VS2013.
To install your local fork into your main VS instance, you will first need to open `Source.extension.vsixmanifest` and bump the version number to make it overwrite the (presumably) already-installed production copy. (alternatively, just uninstall Web Essentials from within VS first)
You can then build the project, then double-click the VSIX file from the bin folder to install it in Visual Studio.
##Useful Links
- [Getting started with Visual Studio extension development](http://blog.slaks.net/2013-10-18/extending-visual-studio-part-1-getting-started/)
- [About Web Essentials features](http://blogs.msdn.com/b/mvpawardprogram/archive/2013/11/05/making-web-development-wonderful-again-with-web-essentials.aspx)
- [Inside the Visual Studio editor](http://msdn.microsoft.com/en-us/library/vstudio/dd885240.aspx)
- [Extending the Visual Studio editor](http://msdn.microsoft.com/en-us/library/vstudio/dd885244.aspx)