Web Essentials

Free

Adds many useful features to Visual Studio for web developers

(93) Review
Visual Studio
2010
Download (177,016)
8/28/2012
2.7
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (93)
Q and A (69)
Sign in to Write a Review
Sort By:

by Arthur Mubarakshin | Mon 6:47 AM

by D. Chatterjee | May 20 2013

by CharlieG | March 29 2013

Pure goodness. Zen Coding integration is killer. Thank you sir!

by matengo | March 14 2013

Freezes Visual Studio completely when I have knockout attributes in the HTML.. Have to terminate VS and restart over and over again.. The web essentials is disabled until this is fixed.. I really hope you work on this.

by 布尔运算 | February 22 2013

not work for me now , like the extensions is disabled.

by Waqas M | February 08 2013

Very useful features to Visual Studio for web developers

by SurgeForward | December 20 2012

This extension made typescript far more accessible. I look forward to SCSS support!

by neez1 | December 08 2012

Hi, excellent tool. highly appreciated. but it extremely slows done while you are writing JS code. you need to work on it.

P.S: that dude seems to be jealous through out the video when you are presenting your plugin.

by mdarens | October 25 2012

by cloudfuse | October 02 2012

I am downloading and installing this for the collapsible code brace region feature. if (stateMentTooLong){... I want to collapse it now without regions....}

but lo! that feature is not working in my VS2010.

by gbiamby | September 27 2012

This add-in is great in VS2012, except for one problem: most of the time when I try to save a .coffee file that has syntax errors, Visual Studio crashes. Let me know if there is any info I can send to help you debug this.

by Rob Reynolds (FerventCoder) | August 26 2012

Fantastic addition to Visual Studio!

by PaulJSanchez | July 20 2012

It become unusable when editing medium-large javascript files... about a second delay from keypress to character appearing in the document! I had to disable it... when bugs like this dissapear, I'll give another try.

by BrianJFinkel | July 12 2012

Really great ideas, but JS extensions are way too slow and seem to compete with MS JS extensions, which are better. Can you add the ability to selectively enable/disable the tools? That might be a huge improvement. The CSS extensions are awesome, but I can't leave this thing running because it kills the JS editor.

by Mark_GNJ | July 07 2012

Excellent plugin, Amazing! Loved it

by NinjaCross_MSDN | July 04 2012

A really amazing tool !
Now that I've tried it, I cannot think working without !

by zymara | June 23 2012

by miminor | June 19 2012

cannot turn off color preview glyphs due to which the whole text editor is jerking!

by creage | June 18 2012

Greatly reduces the editor performance, leaks memory terribly.

Otherwise fine to use.

by Andreas Flügge | June 11 2012

It will disable Bender's JSEnhancements extension. At least the very nice region folding will not work any longer.

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


  • Refresh on Build
    2 Posts | Last Post January 11, 2012
    • I'm finding that my local web server is accessed every time I build. I had the "Live Web Preview" window open, and it has a "Refresh on Build" option.
      
      There are two issues:
      1) The "Refresh on Build" check box cannot be turned off.
      2) When I close the "Live Web Preview" window, it is still loading my site on every build.
      
      Please fix so that when the window is closed, it does not run!
      
      Thanks!
      
      (Not sure if this was already talked about, since I can't find a way to search the Q and A.)
    • I'll get a fix in for the next version. Thanks for reporting this
  • JavaScript Outlining issues
    1 Posts | Last Post December 28, 2011
    • Not sure if this has already come up, but I just ran into it. It seems that the logic for outlining is slightly flawed. If you have the open and close squiggly braces on the same line, the outlining gets confused:
      function myFunc()
      {
        if (arguments.length !== 0) { return false; }
      }
      causes the function's braces to not be outlined; it uses the function's close as the if blocks.
      
      Similarly, if you have two closings on the same line, the outlining gets confused:
      if (!myBool)
      {
        myObj = {
        }; }
      The if's close doesn't register, so outlining is off for the whole file. (I found this testing the first one).
      Otherwise, I've been impressed so far!
  • Image locking
    2 Posts | Last Post December 14, 2011
    • If a CSS file is opened that references a background-image, this plugin write-locks the file so it can not be overwritten via an external program until Visual Studio is completely closed. (Windows 7 64-bit, Visual Studio 2010 SP1, Web Essentials 2.6) Closing only the CSS file does not help.
    • That's odd. I haven't experienced that. I'll try to repro and get a fix in. Thanks for the heads-up
  • Bug
    1 Posts | Last Post December 03, 2011
    • Try this:
      
      1. box-shadow: 1 1 1 1 rgba(1, 1, 1, 1)
      2. "Add specific property generation"
      3. WOW! bad result:
          -moz-box-shadow: 1 1 1 1 rgba(1;
          -webkit-box-shadow: 1 1 1 1 rgba(1;
          -o-box-shadow: 1 1 1 1 rgba(1;
          box-shadow: 1 1 1 1 rgba(1, 1, 1, 1);
      
      Thanks anyway
      
      
  • How can I change Document/Browser Mode In Preview Pane?
    3 Posts | Last Post December 03, 2011
    • Currently viewing a page renders in IE7 Mode. Can that be changed? I would like to view it in IE7, IE8, IE 9
    • Hmm, that's odd. I'll take a look. I always wanted it to use the IE9 mode but didn't configure anything in that regard. Does real IE9 render it in IE9 Standards mode?
    • Any solution on this? By the way, very very nice extension.
      Thank you.
  • .scss Web Workbench nested bug
    1 Posts | Last Post December 01, 2011
    • First off, great work!  This tool is simply fantastic :)
      
      Ran into one little issue and I'm only bringing it up because you mentioned having this play nicely with Web Workbench previously.  When editing a .scss file, I tried using the "Alphabetize properties" command on a selector that had a nested selector, and it mangled the nested one ;)
      
      Oh, and one little feature request.  It would be awesome to be able to alphabetize all of the styles in a file as well as expand/collapse all of the outlining.
      
      Again, great work and thanks!
  • Hide Context Menu "Add New Javascript/CSS" for non web projects
    1 Posts | Last Post November 30, 2011
    • For class library projects, these shortcuts in Solution Explorer window could be removed because they are often not revelant.
  • Web Browser display message: browser needs to resend info, on every html change
    2 Posts | Last Post November 29, 2011
    • This started as soon as I installed the extension
    • Does this occur in the Live Web Preview browser or your standard IE/Firefox/Chrome/Safari?
  • Problem With UserControl Drag and Drop support
    1 Posts | Last Post November 23, 2011
    • I installed this plugin specifically to try out the drag and drop support.
      
      It makes it very easy to add a usercontrol to the page! However I have found a bug in it :) My user control is in a subdirectory but when I dragged it onto the page it add the reference as ~/ as in the root of the site.
      
      Also my personal preference for this is to register the control in web.config rather than at the page level. I do not have a link to hand but Scott Gu has confirmed somewhere on his blog (in a comment I think) that there is no performance penalty to including it on all pages and the asp.net compilation process actually does this anyway.
  • Up- and down arrows control numeric values
    2 Posts | Last Post November 21, 2011
    • Just installed the extension and like the functionality.  Regarding the Up and down arrows to control numeric values "Ctrl+Up/Down", it doesn't work for me. When I hover the cursor over numeric value the help tip is displayed but the keystrokes "Ctrl+Up/Down" do nothing.
      
      <img alt="Web Essentials" src="http://aspspider.net/Gregor63/WebEssentials_up_down.gif" />
    • It isn't activated in other than .css files in version 2.5. I have corrected that and it will make it into version 2.6. Thanks for reporting this!
41 - 50 of 69 Items