jrburke / requirejs-intellisense

Enables Visual Studio Intellisense for RequireJS and AMD modules
47 stars 22 forks source link

Compatibility when a module has text! and i8n! dependencies #7

Closed robatwilliams closed 5 years ago

robatwilliams commented 11 years ago

When I add a single text dependency to my module, IntelliSense for the script dependencies no longer works (Visual Studio 2012).

Here is a quick hack I did to get it to work, by avoiding passing the text dependencies to the define call. https://gist.github.com/robatwilliams/5057331/revisions

It would be good if something like this could be incorporated in the project.