Make IntelliSense work in Visual Studio
问题 I am using Visual Studio 2015, and I want to add https://appsforoffice.microsoft.com/lib/1/hosted/office.js as an IntelliSense reference. So I did the following: But the IntelliSense still does not work: Could anyone help? 回答1: Getting the basics of JavaScript IntelliSense working is pretty straightforward – all you need to do is, in your JavaScript file, have a triple slash reference to the CDN location, as follows: /// <reference path=" https://appsforoffice.microsoft.com/lib/1/hosted