Difference between revisions of "IntelliJ Tips"

From CSE231 Wiki
Jump to navigation Jump to search
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=

Revision as of 17:35, 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

Intellij maven reload project.png

Reload From Disk

Right click on your project and select ***Reload From Disk***.

Intellij reload from disk.png