V
V
Vadim Remin2015-09-01 23:08:57
JavaScript
Vadim Remin, 2015-09-01 23:08:57

How to force VS2013 to do Intellisence for adjacent JS files?

Good afternoon,
VS2013 Community, opened a directory on drive C as a "website" with a saved template for a simple site:
-[css]
-[js]
-Index.html
In the js folder I have backbone.js and underscore.js.
And also my main.js
When editing main.js, I can't get Intellisence enabled for the backbone.
Specified special links at the beginning of main.js saved everything as a solution. Does not help.

/// <reference path="underscore.js" />
/// <reference path="backbone.js" />

At the same time, the Brackets editor picked up everything instantly without any links.
What is the problem with VS?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question