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
Everything works as expected, I can call helperService.doSomething() automatically. However, my editor doesn't provide a "jump to" or "go to" functionality for these auto-imported methods, so I have to manually search for the file and method each time.
I believe this extension could solve the issue by reading the import settings and generating a list of available methods, allowing developers to quickly navigate to their definitions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a fairly large project, and over time, I've been adding more files to the autoImport array:
Everything works as expected, I can call
helperService.doSomething()
automatically. However, my editor doesn't provide a "jump to" or "go to" functionality for these auto-imported methods, so I have to manually search for the file and method each time.I believe this extension could solve the issue by reading the import settings and generating a list of available methods, allowing developers to quickly navigate to their definitions.
Beta Was this translation helpful? Give feedback.
All reactions