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
|
Installed web workbench (v 2.0.406.19021) into visual studio using the extension manager. Install works fine and all aspects of the tool work except intellisense. A few moments after an scss file is opened a warning popups up in visual studio saying an add in has failed. This started only after installing web workbench. if you click to ignore the warning the tool still works. However intellisense does not always pop up when you start typing. When it does show it does not narrow down to the characters you have typed. It never shows up at all for anything after the :, ie the value of the css property. Any ideas? Thanks a lot Allen Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.0.30319 SP1Rel Installed Version: Professional Microsoft Office Developer Tools 01018-532-2002102-70800 Microsoft Office Developer Tools Microsoft Visual Basic 2010 01018-532-2002102-70800 Microsoft Visual Basic 2010 Microsoft Visual C# 2010 01018-532-2002102-70800 Microsoft Visual C# 2010 Microsoft Visual F# 2010 01018-532-2002102-70800 Microsoft Visual F# 2010 Microsoft Visual Studio 2010 Team Explorer 01018-532-2002102-70800 Microsoft Visual Studio 2010 Team Explorer Microsoft Visual Web Developer 2010 01018-532-2002102-70800 Microsoft Visual Web Developer 2010 Crystal Reports Templates for Microsoft Visual Studio 2010 Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2542054) KB2542054 This hotfix is for Microsoft Visual Studio 2010 Professional - ENU. If you later install a more recent service pack, this hotfix will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/2542054. Microsoft Visual Studio 2010 Professional - ENU Service Pack 1 (KB983509) KB983509 This service pack is for Microsoft Visual Studio 2010 Professional - ENU. If you later install a more recent service pack, this service pack will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/983509. Mindscape Web Workbench 1.0 Accelerate and simplify your Web development experience with Visual Studio integrated Sass, Less and CoffeeScript support NuGet Package Manager 1.5.20902.9026 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/. VisualSVN 2.0.5 Integration with Subversion version control. For more information about VisualSVN, see the VisualSVN website at http://www.visualsvn.com Copyright (c) 2005-2009 VisualSVN Ltd. ANTS Profiler Add-in Visual Studio add-in that integrates ANTS Performance Profiler and ANTS Memory Profiler into Visual Studio to allow you to start profiling from inside Visual Studio. Visit www.red-gate.com for more information. Copyright (c) 2009-2010 Red Gate Software Inc. TestDriven.Net 3.0 Personal
Development by Jamie Cansdale |
|
|
I'm experiencing the same. However, I did not receive any error messages, WW installed just fine. The intellisense feels buggy this way. |
|
|
I have the exact same problem. Is there a fix for this? |
|
|
We're in the process of making some improvements to Intellisense, but we're not sure why you'd be seeing an error or getting no Intellisense at all. (Most of the complaints we get are that Intellisense shows up too often!) Could you try running Visual Studio with logging enabled (open a VS2010 command prompt and type devenv /log), and just opening a Sass or Less file so as to get the error, then closing down again? This will produce a file in %AppData%\Roaming\Microsoft\VisualStudio\10.0 named ActivityLog.xml -- post that up here and we'll see if it contains any clues! Thanks! |
|
|
Hi Well its one of those bugs clearly. Hard to replicate and very irritating. Intellisense has not worked since I installed a week ago. Ive run as administrator and as a normal user. Ive rebooted a number of times since. So naturally as soon as we start logging it decides to start working! As soon as I kicked off devenv /log and tried to edit an scss file it popped up and narrowed down as I typed. It now works even in non-logging mode. Ive attached the log file anyway, for what good it might do. It still only does intellisense for items and not their values, but I presume thats how it is designed... Allen |
|
|
Thank you Allen - we appreciate the feedback. We're testing some improvements around the intellisense internally that, if all goes to plan, will be available soon and will hopefully make things a lot better for you. I'll leave Ivan to take a look at your log file to see if it helps. Kind regards, John-Daniel Trask |
|
|
Thats great, thanks. Good luck with the add-in. We all know how hard these things can be sometimes. |
|
|
I had the same issue but I found out it was my scss file. I had @media surrounding the code. Once I removed this all was fine. |
|
|
I also purchased the product in order to get intellisense for the css properties while editing an .scss file but have had no success. I thought that maybe the problem was a conflict with resharper but even after I suspended resharper I still don't get any intellisense. I am running the latest nightly build 3.1.182.20242 |
|
|
Could you describe the exact steps you are taking from opening a new file? (E.g. add new SCSS file, delete contents, type "myselector {", hit return, start typing "he", expected Intellisense list to pop up and select "height" but nothing happened.) What other extensions and add-ons do you have installed? (E.g. Chirpy, Web Essentials, etc.) |
|
|
Sorry, I was mistaken... The instellisense was not working for the specific CSS attribute "background:" but is working in general. Thanks. |
|