我可以获得 Chrome 应用程序和扩展程序的智能感知吗?

Cha*_*sch 3 javascript-intellisense google-chrome-extension visual-studio-2012 google-chrome-app

有什么方法可以让 javascriptIntelliSense用于在 Visual Studio 2012 中开发 Google Chrome 应用程序和扩展程序?

Cha*_*sch 5

您可以包含在 GitHub 上找到的此文件:chrome.intellisense.js

将文件放在与您正在处理的文件相同的目录中,并在源文件的顶部添加以下行。

 /// <reference path="chrome" />
Run Code Online (Sandbox Code Playgroud)

这也适用于 VS 2013,并且也适用于 Visual Studio 2010和 2013,但未经过测试。