Web Essentials 2012

Free

Adds many useful features to Visual Studio for web developers.

(148) Review
Visual Studio
"12", 2012
Download (429,619)
5/5/2013
2.7
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (148)
Q and A (246)
Sign in to Write a Review
Sort By:

by Jacco M | Sat 10:02 AM

Great tool. Esspecialy Less support! Thanks!

by D. Chatterjee | May 17 2013

I try to download this but an error shows "The extension manifest is Invalid"

by Fduch | May 14 2013

This "thing" pollutes the context menu for the non-web projects by adding a top menu item where the "Build" item used to be.

Why do some developers think that their shiny gizmo needs to jump at the user at every click?

Uninstalling.

by christensen.rob | May 10 2013

Love this extension!

by Allco | May 07 2013

GREAT, simplesmente, GREAT!!!!!

by EdSF1 | May 01 2013

Pretty awesome! Particularly cool with TypeScript!

by casper_wilkes | April 21 2013

Love this extension!

by Sebastian Hösl | April 18 2013

Absolutely essential for web-development in Visual Studio!

by WPCoder | April 07 2013

Unfortunately, it causes crashes nearly every time I start to debug the web project. I've tried the latest version and have the latest update to VS 2012. (When this is installed, can't debug, and VS2012 crashes, when it's not, everything works smoothly).

by Marcel Raad | April 05 2013

by GlobeCoder | March 31 2013

In theory this plugin would easily earn 5 stars, but it seems there are some issues with the js bundle plugin/minifier and JSHint.
Two things:
1.) The minified version doesn't seem to work all the time (I mean it might be something I could fix if I would "optimize" the JS code a bit more, but for small web project I just want something that works out of the box). One thing it "broke", e.g. was the jQuery plugin jTruncate.
2.) While it seem to compress better than YUI, Google Closure Compiler seems to make a better job even with the Simple optimzations. So maybe Web Essentials could use GCC and allow a new preference, something like "advanced=true" to achieve even better minification.
3.) And possibly the most important thing: JSHint should become more customizable. E.g. there is this other VS Extension JSLint that imo does a much better job (though I don't really want another VS extension installed): You can set your custom namespaces, it is possible to check a single file on save (much better than checking all files on build, which can get really annoying if you work on big JS projects).
Anyway, thanks for this quite helpful extension and up the good work.

by Altuğ Duygulu | March 27 2013

Good extension. Thanks.

by Lyamine | March 14 2013

so nice

by RichardKeller | March 08 2013

Very useful extension!
It helps productivity a lot and turn viable to use LESS in Visual Studio.
I'm looking forward for sass full integration too.

by Richard D | March 07 2013

Hi Mads,

Today I saw your session on Techday 2013 in Den Haag and you've made some really cool stuff!! The CSS hell is mitigated thanks to the Web Essentials 2012.

Many thanks.

Richard.

by Anita Malmö | March 07 2013

I've installed Web Essentials 2012 and Web Tools 2012.2 Update.

In my VS2k12, I don't see Web Essentials as in this picture
http://madskristensen.net/image.axd?picture=image_55.png

What gives? Can anybody advise?

by Jafin | March 06 2013

Thank you for elevating Visual Studio from out of the dark ages!! Awesome stuff.

by Jitbit1 | March 05 2013

No more LESS support in the latest version. But "LESS" is there on the product page, there's even a LESS-settings tab in the options. Thanks for ruining our work process.

This extension is #1 result in Google for "Visual Studio LESS".

PS. the new "ASP.NET and Web Tools 2012.2" only highlights LESS code, but does not compile it!!

Mads Kristensen March 05 2013
| Edit |
Delete

Web Tools 2012.2 provides the LESS editor. WE provides the compiler and additional features. You need both

by Tarek Ayna - Apexa | March 01 2013

by Keith5150 | March 01 2013

1 - 20 of 148 Items   
Sign in to Start a Discussion


  • LESS code formatting not work when using open website
    2 Posts | Last Post March 12, 2013
    • When I am connecting to site via FTP using open website option the LESS files are not giving me any code formatting.
      
      Is there any reason why this happens.
    • I also found opening a local LESS file does not contain code formatting either
  • Bundled Files - Generate Version Constants?
    1 Posts | Last Post March 11, 2013
    • I'd like to generate a static class of version numbers (hash/file write time) for bundled files so I can append them to the url's that reference the files (in both webforms/mvc). I've struggled a bit with "Bundling & Minification" to achieve something like that but I much prefer just pre-bundling the files using WE2012 and would love if I could extend the bundling process with a T4 script. Is that sort of thing possible?
  • LESS compilation is too long
    2 Posts | Last Post March 10, 2013
    • When I change my.less file and save it, Web Essentials say in it's console "LESS: Compiling my.less". The compilation is going about a minute or more. Can it be fixed? Great plugin but it's too long to wait a minute to test page after each .less correction.
    • Em... It seems it's because of firewall.
      I modified WebEssentials2012.dll file from your extension to use single slash and now it compiles immediately.
      Was:
      
      cscript //nologo lessc.wsf input.less [output.css] [-compress]
      
      I modified to this:
      
      cscript /nologo lessc.wsf input.less [output.css] [-compress]
      
      I dunno why (and dunno the consequences) but now it runs immediately :).
  • Split large CSS files?
    1 Posts | Last Post March 08, 2013
    • Given the Internet Explorer's limit of 4095 CSS selectors per file, does WE split up large CSS/Less files?
      
      http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx
  • Not able to debug ts file.
    1 Posts | Last Post March 05, 2013
    • Hi
      
      Even after installing web essential in VS 2012, i am not able debug ts files, on inserting breakpoints it says. "The breakpoint will not currently be hit, No symbols have been loaded for this document".
      
      Regards
  • HTML and CSS syntax autocomplete in *.php files
    2 Posts | Last Post March 05, 2013
    • Is it possible to enable HTML autocomplete in *.php files?
      
      As a default there is no influence on writing HTML and CSS code in PHP files, outside of <?php ?> tag. Is there any way to enable it?
    • i'm having the same problem with PHP Tools For VS12 :(
  • IntelliSense not working inside .php files
    1 Posts | Last Post March 05, 2013
    • Web Essentials IntelliSense not working inside .php files , i'm using PHP Tools For Visual Studio. any way to make it work with php ?
  • v2.5.1 causes VS2012 crash when open a MVC project
    2 Posts | Last Post March 03, 2013
    • After I update to v2.5.1, when I open a MVC project, VS 2012 crashed.
      If I disable Web Essentials 2012, the project can be opened.
      Anyone has the same situation?
    • Further test: It crashes if I leave some .cshtml files opened in the editor window, close VS2012, then open VS2010 and reopen that MVC project.
      If I close all .chtml files before closing VS2012, then no problem when I open the project next time.
  • "Sort all properties" is broken
    1 Posts | Last Post February 28, 2013
    • In the latest version (2.5.1), when right clicking within a .css file ->Web Essentials->Sort All Properties(Shift+Alt+S) it actually breaks the formatting in the css and causes errors with brackets, etc.
  • Zen Coding "Wrap with abbreviation"
    1 Posts | Last Post February 25, 2013
    • Is there a "Wrap with abbreviation" hotkey for the Zen Coding whereby I can select a block of text, hit the hotkey, enter a Zen Coding 'command' and it'll wrap the selection with the expanded markup? E.g. I highlight a block of text, hit the hotkey, enter p.footNote and it'll wrap my select block with <p class="footnote"></p>.
      
      I can't seem to find anything regarding this. Thanks!
31 - 40 of 246 Items