IDEA cursor operation class

1, Ctrl + Alt + Left / Right cursor to previous / next browser position;

2, Ctrl + Shift + Backspace positions the cursor was last modified;

3, Alt + Up / Down Move the cursor to the previous / next method at the beginning;

4, Ctrl + Left / Right Move the cursor to the previous / next word, the Shift key plus produce selected effect;

5, Ctrl + [/] move the cursor to the front / rear code block, plus the Shift key, the selected effect is generated;

6, Ctrl + W is selected according to the code syntax, a continuous press will have other effects, plus the Shift key, to produce a reverse effect is selected;

7, F2 to the next quickly locate the errors and warnings, plus the Shift key, to locate the error;

8, Ctrl + "+/-" current method expand / collapse, the Shift key plus, all the methods Expand / Collapse;

9, Ctrl + Alt + T in the case where the code is selected, Surround With (if / else / try catch ...) fast package codes;

10, Ctrl + Alt + V for the proposed contents of the selected local variable.

Guess you like

Origin www.cnblogs.com/toov5/p/11616478.html