SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- // Быстро поменять цветовую схему и много другое
- Ctr + `~`
- // sout
- System.out.println();
- // просмотр сокращений команд
- C+J
- // Строчная I вызов цикла
- for (Object o :) { }
- // сокращение fori (вызов цикла)
- for (int i = 0; i < ; i++) { }
- // сокращение iter (вызов цикла)
- for (String s : name) { }
- }
- // Выделить всё в скобках {} или строку, слово
- C+W
- // Выделить стору
- Shift+End
- // Сверуть все блоки
- Ctrl+Shift+"минус - "
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.