Search code examples
javascriptintellisensevisual-studio-2013durandaljs-amd

Intellisense in VS 2013 for javascript AMD modules


I’m trying to start programming with Durandal and AMD modules in VS 2013. In c# I’m using intellisense heavily and I would like to use it also in AMD modules. Is there any way to enable this in VS 2013? I have already tried this approach http://landofjoe.com/blog/ill-take-my-durandal-with-intellisense-please but it works only in VS 2012.


Solution

  • Unfortunately, no. You would have to modify the require.intellisense.js file yourself to get it to work. This fellow that answered the question linked here seems to have gotten it to work for himself.