Web Essentials 2012

Free

Adds many useful features to Visual Studio for web developers.

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

by LEllingsen | Tue 4:07 PM

Most valuable extension I have for VS2012. Excellent additions for CSS, HTML and JavaScript, as well as LESS and TypeScript

by KatarzynaBP | June 05 2013

Pointless...wanted to check reviews to decide if I want to install it, but you need to leave review first to view other reviews!!!

by Jacco M | May 18 2013

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

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


  • TypeScript in Web Site Solution without project
    1 Posts | Last Post October 17, 2012
    • When  I add .ts file to my web solution that hasn't project, 
      I see preview window, but it is empty, and compilation after save doesn't work.
      How can it be fixed? I doesn't want to create project.
      
      
  • Don't like :(
    3 Posts | Last Post October 16, 2012
    • I have some troubles:
      1) import sometimes doesn't work
      2) comments "//" don't work if they are in begin of string
      3) 4 times from 5 I get error "ERROR: {"type":"Syntax","message":"Access Denied.\r\n","filename":null,"line":null,"column":-1,"extract":[null,null,"@import \"LessSources/reset\";"]}"
      4) Sometimes marks as error some operators (one string is normal, next (same syntax) is error...
      and many many...
      
      All it for Less module, Visual Studio 2012 Ultimate...
      
      At the time I use Mindscape, not so cool, but it works.. 
    • All that is being fixed right now.
    • Is there a workaround for this? issue?
  • Concatenate TypeScript to a single file
    2 Posts | Last Post October 16, 2012
    • Please add an option for TypeScript to compile into one file
      (compiler option: --out FILE).
    • It could be done by adding a label for .ts files via context menu:
      Web Essentials -> Compile as single
      All marked files would run their own compilation using --out option.
  • Pseudo import in less.
    2 Posts | Last Post October 16, 2012
    • Hi Mads,
      
      Is there any way to import less file without using of real import directive.
      The feature is described  here: http://webessentials.uservoice.com/forums/140520-general/suggestions/3088148-less-preview-support-for-reference-imports
      
      PS: Thanks for such useful extension. 
      
      Regards, Nik Govorov.
    • http://www.mindscapehq.com/blog/index.php/2012/04/10/building-twitter-bootstrap-with-web-workbench/
      (see section 'Editing the Bootstrap files')
  • AMD option for TypeScript
    7 Posts | Last Post October 14, 2012
    • I'm using the '--module amd' option for compiling my TypeScript files, so it would be nice if Web Essentials supported this option for the preview pane and output.
    • Me too.
    • I'm testing the support right now. Will be released shortly
    • In there now. Works! Awesome!
    • This works great. But it would be even better if we could set this per project.  It makes it kind of hard to use TypeScript in VS with both node.js and AMD in a browser right now.
    • The option to enable AMD output doesn't appear to be working for me. I have v1.4 installed, but the code in the preview pane does not change. I tried removing and re-adding the files, but got the same results.
    • Nevermind, you file my comment in the "User Error" bin.
  • pre tag minification does not respect multiple white-space property declarations
    2 Posts | Last Post October 13, 2012
    • Mads,
      
      I'm using the latest version [ 1.4 ] of this awesome and powerful VS 2012 extension. I have a problem though:
      
      I use this code to style the pre tag (http://stackoverflow.com/q/248011/114029):
      
      pre {
          white-space: pre-wrap;
          white-space: -moz-pre-wrap;
          white-space: -pre-wrap;
          white-space: -o-pre-wrap;
          -ms-word-wrap: break-word;
          word-wrap: break-word;
      }
      
      When it is minified with the extension, I get this:
      
      pre{white-space:-o-pre-wrap;-ms-word-wrap:break-word;word-wrap:break-word}
      
      As you see there's only on white-space property there. This breaks the thingy in different browsers.
      
      If you try this online YUI Compressor http://refresh-sf.com/yui/ the minified version has it right:
      
      pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;-ms-word-wrap:break-word;word-wrap:break-word}
      
      Hope to see this fixed in an upcoming release.
      
      Thanks,
      
      Leniel
    • I think I have a fix for that already. Please send a mail to madsk at microsoft com and I'll send you an updated version
  • Beep when saving .less files
    4 Posts | Last Post October 12, 2012
    • Anyone know why WebEssentials beeps each time I save a .less file (it's quite annoying)? There are no errors and the preview looks fine.
    • At the moment you save the file, does anything show up in the blue Status Bar in VS?
    • @Mads -- It just says "Item(s) Saved"
      
      I've seen this now for 2 different people (both while presenting unfortunately) on 2 different machines. Also, it's happening on my home machine while doing "real" work. I'm happy to send you the .css i'm using to see if that helps repro. 
      
      Thx.
    • @Mads -- fixed in 1.4. thanks!
  • How to show generated files as nested?
    3 Posts | Last Post October 11, 2012
    • Is there a way to show the generated files as nested from the source file?  For example, it would be great to see file.ts with a nested generated file.js.
      
      
    • Yes, that is actually code complete and will be in the next update
    • When I added a .ts file to a Windows Store project, it created the .js file on save like it was supposed to but didn't add the file to the project. Is this a part of the aforementioned update? Or is it already there and I've got something configured wrong?
  • Import not working - disable Less?
    1 Posts | Last Post October 11, 2012
    • The @import statement doesnt seem to working.
      
      Is there any way i can turn of the .Less syntax support in Web Essentials so i can use the Less support provided by MindScape Web Workbench instead?
  • Import/Export Options
    1 Posts | Last Post October 11, 2012
    • Is there anyway we can import/export the web essential options so that the entire team have the same settings?
201 - 210 of 252 Items