c# - Visual Studio 2005/2008 Add-In -
I'm writing a plug for Visual Studio 2005/2008 I should get control in the following image:
How to do this? Intelligence is also working for JavaScript source code in Visual Studio 2008.
You do not need an additional add-in for that, but only the documentation file for your javascript. This prototype will also work for the library but you will not have any documents, nor will it work to maintain many functions, because it does not know the return type.
Anyway, this should be a good start (because it is for 1.6.0 RC1 version):
Comments
Post a Comment