Quick Actions - Add VSCode or IntelliJ¶
You might often want to open VSCode or IntelliJ from a folder in Finder. Here we showcase the easier way to do that with Quick Actions.
What are Quick Actions?¶
Quick Actions are custom automations you can add to the macOS Finder's right-click context menu via Automator. Once set up, you can right-click any folder in Finder and open it directly in your preferred editor.
Open a Folder in VSCode or IntelliJ¶

Step 1 – Open Automator¶
- Press
Cmd + Spaceto open Spotlight. - Type Automator and press
Enter.
Step 2 – Create a New Quick Action¶
- Click New Document.
- Select Quick Action and click Choose.

Step 3 – Configure the Workflow¶
- At the top, search for Open Finder Items.
- Drag and drop it onto Drag actions or files here to build your workflow.
- Set Workflow receives current → "Files or folders" and in → "Finder".

Step 4 – Configure Open Finder Items¶
In Open With → choose from Applications → "Visual Studio Code" or "IntelliJ".

Step 5 – Save the Quick Action¶
- Press
Cmd + S. - Name it Open in VSCode or Open in IntelliJ.
Step 6 – Use It¶
- Open Finder and navigate to any folder.
- Right-click the folder.
- Select Quick Actions → Open in VSCode or Open in IntelliJ.
Tip
If you don't see Quick Actions in the context menu, go to System Settings → Privacy & Security → Extensions → Finder Extensions and make sure Automator actions are enabled.