You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I CTRL + Click on bar, IntelliJ will take me to the definition of bar (unless there are multiple bars in my codebase, in which case it will let me pick which one I want).
However, if I CTRL + Click on foo IntelliJ will simply take me to the top line (the function(foo) part). In theory though the plugin should know exactly which file is associated with foo ('foo.js'), so it should be able to take me to that file instead.
The RequireJS plug-in is already really great (I love how it can catch typos in my dependency paths), but it would be even greater if it could handle the CTRL + Click case for Require dependencies. Any chance of that happening?
The text was updated successfully, but these errors were encountered:
If I have:
and I
CTRL + Click
onbar
, IntelliJ will take me to the definition ofbar
(unless there are multiplebar
s in my codebase, in which case it will let me pick which one I want).However, if I
CTRL + Click
onfoo
IntelliJ will simply take me to the top line (thefunction(foo)
part). In theory though the plugin should know exactly which file is associated withfoo
('foo.js
'), so it should be able to take me to that file instead.The RequireJS plug-in is already really great (I love how it can catch typos in my dependency paths), but it would be even greater if it could handle the
CTRL + Click
case for Require dependencies. Any chance of that happening?The text was updated successfully, but these errors were encountered: