JetBrains
F1- pulls up documentation- project files should be in an
srcdirectory within the main project directory option-enter- shows replacement optionscmd-delete- delete lineshift-tab- removes extra tabs in front of codeoption-cmd-L- auto formatshift-F6- to rename something in every location it's used within scopecmd-shift-a- searchcmd-/- comment out highlighted codectrl-shift-r- runs new program in IDEctrl-r- runs last program that was run in IDEcmd-d- compares two filesctrl -cmd-g- selects all matching names with multiple cursors so they can all be edited at once
Setting up new project in IntelliJ
- make sure file structure is right...must be src folder, etc.
cmd-;- brings up the 'Project Structure' dialogue- under 'Project' assign an SDK and set the project compiler output
- under 'Modules' under 'sources' tab mark the src as a Sources folder