Jon Eastwood
Jon Eastwood

Reputation: 823

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?

Upvotes: 5

Views: 1230

Answers (3)

Szellszi
Szellszi

Reputation: 123

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.

Upvotes: 2

Evgeny Lukashevich
Evgeny Lukashevich

Reputation: 1517

As long as a have a reference to web application or class library where js file is resided intellisense is working for me.

Upvotes: 0

Zeleres
Zeleres

Reputation: 170

No... As of the latest version of ReSharper, there is no support for Javascript intellisense from external projects. It might be worth suggesting this to the ReSharper team to consider in future releases.

http://youtrack.jetbrains.net/issue/RSRP-273040

Upvotes: 1

Related Questions