Difference between revisions of "IntelliJ Tips"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Maven Reload Project= | =Maven Reload Project= | ||
− | [[File:Intellij maven reload project.png]] | + | Right click on your project and select '''Maven''' -> '''Reload project''' |
+ | |||
+ | [[File:Intellij maven reload project.png|600px]] | ||
=Reload From Disk= | =Reload From Disk= | ||
+ | |||
+ | Right click on your project and select ***Reload from Disk***. | ||
+ | |||
+ | [[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***.