In our daily work, we support some fairly large Javascript libraries. We are using VS2008, and although they have made some improvements to the Javascript IDE, I am still missing. There are no outlines, crumbles, or other ways to keep the code organized.
I tried js-addin and JSLint , which are broken and do not have the functions that I want, respectively. I really went as far as how Aptana Studio works , because their Javascript IDE is much better than what I can get from Visual Studio. I am tired of having to support 2 IDEs. Is there anything that can make Javascript editing less painful in Visual Studio 2008? (We still do not have the possibility of 2010).
source
share