IntelliJ

From ETM
Jump to navigation Jump to search
  • HOTSWAP: F14 (mouse)
  • CTRL+SHIFT+A -> Actions search function
  • Double SHIFT -> search everything
  • Exclude folders: Double shift - show excluded toggling
  • CTRL+N -> Classes lookup
  • CTRL+F4 -> close window
  • CTRL+/ does not work on germany keyboard maybe? or im dumb, changed it to CTRL+7
  • Changed: CTRL+S -> Save document (prev save all)
  • ChangeD: CTRL+SHIFT+S -> Save all (prev strike trough)
  • CTRL+SHIFT++ => HACKER MAN MODE
  • Find all uses => ctrl+click (or ctrl+b)
  • CTRL+ALT+B => Jump into impl of interface
  • CTRL+ALT+F7 => Show usages of a interface / not main class
  • TOdo: export settings
    https://plugins.jetbrains.com/plugin/14832-single-hotswap
  • Shortcut/Template for remote debug
    • Live Templates -> Java -> sout -> Copy/Paste -> Syso
    • System.out.println("$TIME$: " + $END$);
    • TIME variable -> time("HH:mm:ss")
  • Automation of Stacktrace lookups from MobaXTerm / Minecraft / Logfiles
    • CTRL+N for classlookup
    • Pattern Class:LineNumber only
    • IntelliJ does not wait for a search to finish.
    • Must use arbitrary delays to make sure we do not jump into wrong files unfortunately
  • Font:
    • Line Height: 1.0
    • Font Size: 17