This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hey guys, I really appreciate the coffeescript and sass plugin, but so far it hasn't been very functional for me. The only other plugin I'm currently running in Resharper (and nuget). When I start typing anything in to a coffeescript file, my cpu usage goes berzerk. I posted the sass problem on the Visual Studio plugins page. |
|
|
Hey Jeff, Thanks for the feedback. We think there may be a conflict with Resharper on some machines, but other users have reported no highlighting at all, rather than high CPU usage, so we're not sure what the issue might be here. The CoffeeScript plugin does take a few seconds to warm up but should be fine after that. Is your test file very large? Do matters improve if you try it in a smaller file? Could you provide us with your test file? (You can attach a file via the Options tab.) The Sass problem is due to us mishandling the case where there is no space between a selector and its opening brace (in your code, fieldset.editfields{). We've got a fix for this and it will be included in the next update, but as a workaround, if you add a space between editfields and {, it should start working again. |
|