Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can resharper javascript intellisense refer to js files in another project in a solution?

We have a set of javascript files which reside in one project in our solution, but are referred to in several other projects.

Resharper 6.1's intellisense is picking up the files within the project they reside, but not in the other web projects where they are used.

Is there any way to make resharper javascript intellisense apply across the whole solution?

like image 735
Jon Eastwood Avatar asked Oct 24 '22 09:10

Jon Eastwood


1 Answers

A solution can be like this: Add a JsRef folder to the project you want to use external refs. Add the desired files as link to the folder. After a while, you will get the intellisense for the classes and functions.

like image 173
Szellszi Avatar answered Nov 13 '22 01:11

Szellszi