在 Visual Studio 中获取 ECMAScript 5 智能感知
是否有任何已知的解决方案可以在 Visual Studio 的 Intellisense 中支持 ECMA 5 功能?
例如,如果能够拥有 Object.create()
和 Object.defineProperty()
以及原生类型上的所有新方法和函数,那就太好了。
Are there any known solutions to supporting ECMA 5 features in Visual Studio's Intellisense?
For example, it would be nice to have Object.create()
and Object.defineProperty()
as well as all of the new methods and functions on the native types.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我测试了 Visual Studio 11 的开发者预览版,ECMAScript 5 的大部分内容都受 Intellisense 支持。我没有看到 VS 2010 支持的解决方案,所以我猜答案是:等待 VS 11。
I tested the developer preview of Visual Studio 11, and much of ECMAScript 5 is supported by Intellisense. I don't see solutions for support in VS 2010, so I guess the answer is: Wait for VS 11.