我应该如何在 VS 中为我自己的 javascript 库创建智能感知?
有关于在 Visual Studio 中为您自己的 javascript 库和类创建智能感知的操作方法吗?
有没有办法让它跨多个文件工作?这有什么规则?必须在同一个项目中吗?最好的解决方案是将 javascript 文件包含在我的 Master 中,然后让我的“本地”javascript 文件能够“读取”智能感知...
Possible Duplicate:
What should I do to obtain javascript intellisense for my own js library in Visual Studio
Is there a how-to on the subject of creating intellisense for your own javascript libraries and classes in Visual Studio?
And is there a way to get it to work across multiple files? What are the rules for this? Does it have to be in the same project? The best solution would be to just include the javascript file in my Master, and then have my "local" javascript files be able to "read" the intellisense...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN 中有一个很好的操作方法,您可以此处找到它,也可以这里有一个演练示例
There is a good How to in MSDN you can find it here and also there is a walkthrough example here