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
Hello! In our company several people migrated from WebStorm to Atom+AtomTypescript, and everything is amazing except one thing. There is a cool thing in WebStorm when you can press ctrl/cmd button, hover an item in the code and make a click:
It is much faster and simpler than current F12 workflow. The other difference is that F12 in atom-typescript at first goes to an import declaration, and then goes to a real declaration. This requires to press F12 several times and it's a little bit annoying, especially on mac keyboards, when Fn key is in the bottom left side of a keyboard and F12 key is in the top right.
Is there any way to implement the same behaviour as in WebStorm?
The text was updated successfully, but these errors were encountered:
Hello! In our company several people migrated from WebStorm to Atom+AtomTypescript, and everything is amazing except one thing. There is a cool thing in WebStorm when you can press ctrl/cmd button, hover an item in the code and make a click:
It is much faster and simpler than current F12 workflow. The other difference is that F12 in atom-typescript at first goes to an import declaration, and then goes to a real declaration. This requires to press F12 several times and it's a little bit annoying, especially on mac keyboards, when Fn key is in the bottom left side of a keyboard and F12 key is in the top right.
Is there any way to implement the same behaviour as in WebStorm?
The text was updated successfully, but these errors were encountered: