如何在 Visual Studio 中为空的 Web 应用程序链接 _references.js 文件
Posted
技术标签:
【中文标题】如何在 Visual Studio 中为空的 Web 应用程序链接 _references.js 文件【英文标题】:How to link _references.js file for an empty web application in visual studio 【发布时间】:2015-07-10 05:32:13 【问题描述】:对于普通的 MVC 或 Web 表单项目,VS13 添加了名为 _references.js 的 javascript intellisense 帮助程序文件。 对于空白的网络应用程序,如何做同样的事情?换句话说,如何手动创建和链接这个智能感知文件到一个新项目? _references.js 文件在哪里以及如何与 Visual Studio 中的项目链接?
【问题讨论】:
【参考方案1】:您的项目根目录应包含一个名为“Scripts”的文件夹。这个“Scripts”文件夹应该包含“_references.js”文件。
Enter _references.js
This file must (by default) be located in a folder at the root called /Scripts/.
That's the naming convention.
Any file located at /Scripts/_references.js is automatically added to global Intellisense.
这是默认设置。但是,您甚至可以自定义 _references.js 文件的位置,甚至它的名称 - 请参阅 great article 了解详细信息(我也引用了上述摘录)。
【讨论】:
以上是关于如何在 Visual Studio 中为空的 Web 应用程序链接 _references.js 文件的主要内容,如果未能解决你的问题,请参考以下文章
Visual Studio Server Explorer 显示表数据为空
如何在 Scenebuilder 中为空的 TextField 输入添加错误弹出窗口
如何在 Visual Studio 2017 中使用 C# 8?
如何在 Visual Studio 2017 中使用 C# 8?