JavaScript: How to setup IntelliJ for YUI development?
The YUI library has 3 versions of each file: the normal, debugging, and minimized versions. When editing JavaScript, every time I do a "go to definition" or "show documentation", it asks me which version I want. Can I setup IntelliJ to ignore certain JavaScript files; e.g. ignore all the *-debug.js and *-min.js?
Alex
请先登录再写评论。
For reference, Maxim confirmed that this is not supported at this point, and suggested that I add a request on YouTrack, which I did (link below). Feel free to vote on the RFE ; ) if you stumble on this as well.
http://youtrack.jetbrains.net/issue/IDEA-54441
Alex