Very convenient, but until you see it in one place, you will not use it.
- F12 — proceed to definition (class, method, etc.);
- Ctrl + Shift + L — bookmark;
- Ctrl + K Ctrl + W — open the bookmark window;
- Ctrl + Shift + U — bring the text to upper case;
- Ctrl + U — bring the text to lower case;
- Ctrl + Shift + V или Ctrl + Shift + Ins — insert one of the last 10 text fragments copied to the clipboard;
- Ctrl + K Ctrl + C — comment on the code block;
- Ctrl + K Ctrl + U — comment on the code block;
- Ctrl + K Ctrl + D — format the entire document;
- Ctrl + K Ctrl + F — format the selected text;
- Ctrl + K Ctrl + S — wrap in the structure (if-else, cycle for, etc.);
- Ctrl + ] — when the cursor is placed in a bracket, region, multi-line comment or line, this combination will allow you to see the beginning and end of this block;
- Ctrl + M Ctrl + O — curtail all functions;