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 opened a website (File > Open > Website) from a local directory. Then added new CoffeeScript file using new file dialog (Ctrl+N). The new coffeescript editor is opened with preview split screen.
Then pasted this coffee code in it http://pastebin.com/Hzt4gBtE. Once pasted, I clicked in preview screen (for JS), I got the shutting-down error.
Please review this issue. I just updated to v2.7..
Please also bring the CoffeeScript and other filetypes in new file dialog when no project or website is opened (open a new instance of VS and press Ctrl+N).
PS Its a shame that we don't have support for SCSS and SASS!
Hi,
I've started facing an issue after I upgraded to version 1.6 where the @import url('../../../settings.less'); stopped working and I see the following error in the output window
Error 1 LESS: Couldn't load ../settings.less (404)
Is this a known issue? Is there a workaround?
Thank you,
Guy
I'm using Twitter Bootstrap (less version) and even though the compilation result is OK, while in edit mode on the .less file the // comments show a syntax error. For example "// Core variables and mixins" this would trigger an "unexpected token" syntax error. Is that a known issue?
My VS 2012 started crashing after the last update I downloaded of this extension. Anytime I would open a web project it crashes. I got this from Windows Event viewer.
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeLoadException
Stack:
at MadsKristensen.EditorExtensions.LessGraphProvider.CreateChildren(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Visual Studio freezes all the time when I edit a html view with knockoout binding... Have to restart Visual Studio every 5 minutes... Any solution for this..?
Updated the web essentials to latest version(2.5.1), after restarting the VS the less files are unrecognized, no color code, co code hint, and compile css on save noting works. please fix and release a new patch release.
C# project ( Web essentials steals output focus ) and randomly displays the following:
2/8/2013 1:25:36 PM: Updating bundles...
2/8/2013 1:26:19 PM: Updating bundles...
2/8/2013 1:26:19 PM: Object reference not set to an instance of an object.
at MadsKristensen.EditorExtensions.ProjectHelpers.GetRootFolder()
2/8/2013 2:29:15 PM: Updating bundles...
2/8/2013 2:30:32 PM: Updating bundles...
I'm really missing this extension in VS2012, too!!! Please please port it over, I'm not seeing much overlap in the RC version I'm using now. I've come to rely on a lot of these features and am now frustrated that they are not available. :^(
In case anyone comes here and wasn't aware, the VS2012 version is here:
http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6
Hi, gotta say I love your plugin, but I noticed that after the last update, visual studio 2012 is now showing "Web Essentials: Bundles updated" as the last status message after building my project (and my current one is not even a web project). Problem is it displays this even when the build failed, so I can no longer check if the build was successful or not, since I don't use the default solution errors view, and don't display the build console either..