Skip to content

Onboarding Guide

Emely edited this page Oct 5, 2021 · 5 revisions

Important Concepts/ work practices

Used technologies

All used technologies are listed here but for the start these are the important ones:

Helpful intellij shortcuts

  • strg+f => search on the current file
  • strg+shift+f => search on all files in project
  • strg+alt+L => reformat file
  • strg+click => jump into method
  • strg + space => method suggestions
  • alt+ 1 => open project window
  • alt + enter => suggestions for error correction
  • strg + shift + 7 => comment block

of couse there are many more ...

Clone this wiki locally