Web Essentials for Visual Studio 2012 says it has support for jsDoc intellisense, but I can't seen any options for enabling it, and it doesn't appear to do anything.
Any ideas how to turn it on? or could anyone suggest an alternative extension?
Many thanks,
It seems to be working fine for me:
I just tested by following the link here to here and making a (slightly modified) test file of the first example. I don't know if the entire range of JsDoc functionality is supported.
Its now released (05/05/2013):
http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6
Related
When I click on usage of any function it shows me a dialog like below:
This makes my code navigation in native very slow. I'm using Android Studio Arctic Fox.
I have NDK(SideBySide) and CMAKE installed. I'm able to build and debug native code.
I feel it's some settings / configuration issue. In my native code I don't find usage of functions or variables like we do in Java. Any help/clue will be appreciated.
Finally I figured the answer. It was an indexing issue of Android Studio(AS).
So, I closed AS. Used VisualStudio for indexing my code. And later opened AS. And AS now able to find reference of native C code. Damn you AS..
I'm using Node.js tools for Visual Studio 2015. All ES6 features under Node.js tools options are turned on. I've tried turning them off too. I've also tried setting JavaScript files not to display syntax highlighting.
Visual Studio displays tons of errors for files containing ES6 JavaScript (the content of the files are actually just fine by ES6 standards).
Interestingly, if I double click on any of the errors, I get a message
So, it seems that maybe VS is "double-inspecting" these files...and the second pass fails. Because if I open the file in question from solution explorer, there is no run underlining anywhere in the file?
I've spent a long time troubleshooting this. Is there any way to make Visual Studio work, a little bit?
What version of Node.js Tools for Visual Studio are you using? You may just need to update to the latest version.
I had this same problem with version 1.1.31117.00, but I'm not seeing it anymore with 1.2.40726.00.
I'm running Visual Studio 2012.3 update.
Today when I started IDE and opened a LESS file, syntax highlighting didn't work. Nor did intellisense while editing it.
It seems that Web Essentials is working as CSS preview pane is displayed and code in it is syntax highlighted. And I can also set Web Essentials' properties in Options and they do apply.
What's wrong? Anybody experiencing the same issue?
LESS was moved into the ASP.NET and Web Tools 2012.2 which you can read about and download here: http://www.asp.net/aspnet/overview/aspnet-45/aspnet-and-web-tools-20122-release-notes
It is unclear why Web Essentials continues to say it features LESS. The changelog states that the LESS editor was dropped in 2.5. This is the only place that I could find that mentions the move: http://madskristensen.net/post/Web-Tools-20122-and-Web-Essentials.aspx
I used to have R# 6 with VS2010 and it was great.
Now I installed yesterday R# 7.1 trial and my VS 2012 became slow to the point I really
want to uninstall R# despite all the heartache involved with it.
Any advices on how to troubleshoot this performance issue?
Please be more specific: what kind of projects do you work with, did you notice which particular actions are slow (for example, opening a solution, invoking code completion (IntelliSense) in JavaScript or something like this). Without details I can only give you these general advises:
Close Visual Studio, try to delete your solution caches (they are usually located near your *.sln file, in folder named like _ReSharper.), open Visual Studio again.
Try to temporaty disable/uninstall all other Visual Studio extensions/plugins.
Try ReSharper 8.0 EAP, maybe your issue is fixed there.
ReSharper has a feature that allows you to profile it (menu ReSharper | Help | Profile Visual Studio). If you know a reproducible slow action, you can invoke this feature, make this action and then send this performance snapshot to JetBrains support (http://www.jetbrains.com/support/resharper/) or open a bugreport at http://youtrack.jetbrains.net/. They could tell you which part of ReSharper is slow and how to disable that part.
Recently I came across a recommendation for a Visual Studio plugin called Refactor! For Visual C++ that looks like it would be very useful in helping me tame a particularly pastalike legacy application that I've inherited. Unfortunately, the download links appear to be broken and I can't find a mirror anywhere online.
I've also tried to contact DevExpress, but they suggested that Refactor has been effectively discontinued by being rolled into CodeRush Express and that I use that. Since CodeRush does not support C++, and even further doesn't work with Visual Studio 2005, I am unable to use it.
Does anyone know of (or can provide) a mirror for the Refactor! for VC++ installer? I'm sure I'm not the only one who's stuck in VS2005 that would benefit from this tool.
DevExpress responded to an issue in their tracker with a link to just the Refactor component. Unfortunately, I couldn't get it to work for me.
For posterity, here's the link they sent, and the issue ticket:
http://downloads.devexpress.com/DXperience/2011.2/7/RefactorCPP-11.2.7.exe
http://www.devexpress.com/issue=B208783
Edit: Before someone else says it, Visual Assist X does support Visual Studio 2005. I was interested in Refactor mostly for the fact that it is was a free product that I could use at work without having to go through purchasing and licensing issues.
Have you tried this plugin, which claims to support VS2005 and C++:
DevExpress Refactor! Pro for Visual Studio (Trial)