generating IntelliSense results using js runtime: eval code, have names
currently VS2011b seems to list any name the engine can find, even if the name will never be in the object.
there should be an engine like IE, that's evaluating the js to get out, what global/instance names are, what prototype or private names there may be. vs2010 was more intuitive, but also didn't feel 'live js'.
2
votes
Thanks for your feedback! You’ll see that in Visual Studio 2012 we have revisited JavaScript IntelliSense; take a look at this blog post for details about what has changed:
Try out the JavaScript IntelliSense support in the final version of Visual Studio 2012 and let us know what you think.