Difference between revisions of "IntelliJ Tips"
Jump to navigation
Jump to search
(Created page with "Life is too short to click around in directory structures. Type <Shift> <Shift> to bring up search. You can then select the open file by clicking the target button.") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Life is too short to click around in directory structures. Type <Shift> <Shift> to bring up search. | Life is too short to click around in directory structures. Type <Shift> <Shift> to bring up search. | ||
− | You can then select the open file by clicking the target button. | + | 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''' | ||
+ | |||
+ | [[File:Intellij maven reload project.png|600px]] | ||
+ | |||
+ | =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***.