requirejs-intellisense
requirejs-intellisense copied to clipboard
Enables Visual Studio Intellisense for RequireJS and AMD modules
The readme.md says only 2012 works. Can you upgrade it to 2013 as well, please?
I had a play around with the original version but didn't get very far because I didn't understand the internals of require.js or the JavaScript language service. I figured the...
I was using this module with the VS2013 Update 1 and it worked like a charm. But is no more working and I think it's related with the Update 2...
Doing this as a pull request to see if @lostintangent or @orand have any ideas what I am doing wrong. This pull request does not actually work, but trying to...
I spent ages researching this and finally came up with this file; achieving intellisense throughout my project. I'm not sure what the `setTimeout` was achieving nor calling `onScriptLoad`, what doesn't...
This is a pretty cool little addition. I've tried to hack onto it a little bit, to get intellisense also when working inside define blocks, but I've had no luck...
I really miss Intellisense in require-JS Modules (defines and requires). So I happily found this extension but it doesn't work in VS 2012 RC. Is there any fix planned? Also...