Languages
[Edit]
PL

Java - skróty w Intellij IDEA na pierwszy miesiąc nauki

6 points
Created by:
Nikki
10520

Poniżej zaprezentowane są podstawowe skróty, które ułatwiają pracę w środowisku Intellij IDEA.

Skróty:

  • psvm - punkt startowy aplikacji

public static void main(String[] args) {
    
}
for (int i = 0; i < ; i++) {
    
}
System.out.println();

Skróty klawiszowe:

  • Ctrl+Alt+L -> środowisko sprawdza czy formatowanie jest poprawne
  • Ctrl+D -> powtórzenie tej samej linii kodu poniżej (kursor musi być w linijce, którą chcemy skopiować)
System.out.println(i); 
System.out.println(i);
  • Ctrl+Alt+M -> tworzenie nowej metody (trzeba zaznaczyć dany fragment kodu, który chcemy przenieść do metody)
  • Ctrl+Shift +F -> wyszukiwanie w całym projekcie
  • Ctrl+Alt+V -> odbieranie wyniku z metody
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Java dla początkujących

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join