IntelliJ: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
*CTRL+ALT+F7 => Show usages of a interface / not main class
*CTRL+ALT+F7 => Show usages of a interface / not main class
*'''TOdo: export settings'''<br />https://plugins.jetbrains.com/plugin/14832-single-hotswap[[File:Image.png|thumb]][[File:Image2.png|thumb]]<br />
*'''TOdo: export settings'''<br />https://plugins.jetbrains.com/plugin/14832-single-hotswap[[File:Image.png|thumb]][[File:Image2.png|thumb]]<br />
*[[File:Image3.png|thumb]][[File:Image4.png|thumb]]<br />
*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
**<br />[[File:Image3.png|thumb]][[File:Image4.png|thumb]]<br />
***

Revision as of 10:45, 24 January 2022

  • 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

  • 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