Visual Studio 2010 Express 版的 Javascript 插件
我使用的是 Visual Studio 2010 Express 版本,IDE 非常适合开发。然而 javascript 功能并不是那么好,因此我一直在寻找一些 javascript 插件来协助 javascript 开发。谁能给我推荐一个。
注意:我尝试安装 js-addin Express 版本 vsix,但没有成功。我在安装日志中收到 MissingReferenceException
。
I am using Visual Studio 2010 express edition and the IDE is good for development. However the javascript features are not that good and hence I was looking for some javascript addin to assist the javascript development. Can anyone suggest one for me.
Note: I tried installing js-addin express edition vsix, which did not succeed. I get MissingReferenceException
in the install log.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是这是不可能的。 Visual Studio Express 版本不支持安装扩展或加载项。因此无法将 JavaScript 插件添加到快速版本中。
This is unfortunately not possible. The express editions of Visual Studio do not support installing Extensions or Add-Ins. So there is no way to get a JavaScript add-in into an express version.