Difference between revisions of "IntelliJ Tips"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Maven Reload Project= | =Maven Reload Project= | ||
− | Right click on your project and select '''Maven''' -> '''Reload | + | Right click on your project and select '''Maven''' -> '''Reload project''' |
[[File:Intellij maven reload project.png|600px]] | [[File:Intellij maven reload project.png|600px]] | ||
Line 10: | Line 10: | ||
=Reload From Disk= | =Reload From Disk= | ||
− | Right click on your project and select ***Reload | + | Right click on your project and select ***Reload from Disk***. |
[[File:Intellij reload from disk.png|600px]] | [[File:Intellij reload from disk.png|600px]] |
Latest revision as of 17:36, 7 February 2023
Life is too short to click around in directory structures. Type <Shift> <Shift> to bring up search.
You can then select the open file in the project pane by clicking the target button.
Maven Reload Project
Right click on your project and select Maven -> Reload project
Reload From Disk
Right click on your project and select ***Reload from Disk***.