Do you use your code editor efficiently?
Do you code fast and elegant?
As a code editor is the main tool of every developer, the crucial thing is to master it perfectly. This will allow you to boost your productivity and get real pleasure from coding. And that's where keyboard shortcuts can help!
Check out Hotkeys.guru and take the survey! It includes 48 illustrated examples of what you can (and should!) do in your editor: quick navigation, effective modification, comprehensive exploration of your code, etc.
Disclaimer:
- It doesn't matter which editor you use. All popular editors have functionality mentioned in the survey or at least something equal. I have used WebStorm to prepare these examples.
- Presumably, you already use arrows to move a caret and
Ctrl+X
(Cmd+X
),Ctrl+C
(Cmd+C
),Ctrl+V
(Cmd+V
) to cut, copy and paste.
Any feedback is highly appreciated!
Top comments (0)