Visual Studio's JavaScript Editor Really needs a Function/Class Viewer!
Posted by: Rick Strahls WebLog,
on 25 Apr 2008 |
View original | Bookmarked: 0 time(s)
During the last week of talking to quite a few Web developers at DevConnections who are doing JavaScript development and during my jQuery and WCF REST talks, a recurring question kept popping up. Why isn't there some way to get a list of functions in the Visual Studio JavaScript editor like in the other languages? This is a fairly vital feature of a code editor, especially once you start writing a lot more client centric applications that have a fair bit of callback code that is maintained on the...