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.
I am downloading and installing this for the collapsible code brace region feature. if (stateMentTooLong){... I want to collapse it now without regions....}
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.
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.
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.
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.)
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!
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.
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?
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!
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.
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" />