79758501

Date: 2025-09-08 04:28:15
Score: 1.5
Natty:
Report link

step 1 : Add Intellij to your root path

I am assuming you have IntelliJ IDEA Community Edition

echo 'export PATH="/Applications/IntelliJ IDEA CE.app/Contents/MacOS:$PATH"' >> ~/.zshrc

Step 2 : Reload your shell by using 👇

source ~/.zshrc

Step 3 : Verify path by using 👇

which idea

it should be show something like this "/Applications/IntelliJ IDEA CE.app/Contents/MacOS/idea"

Step 4 : Open a project by moving to the directory and hit 👇

idea . (open current folder)

Note: All command are in bold

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohit Vashisth