How to open existing project folder on Cursor
Opening an existing project in Cursor can be done through the File menu by selecting 'Open Folder' or by dragging and dropping the folder directly into the Cursor window. You can also use the keyboard shortcut Ctrl+K Ctrl+O (Cmd+K Cmd+O on Mac) for quick access.
Prerequisites
- Cursor IDE installed on your system
- Existing project folder on your computer
- Basic familiarity with file navigation
Step-by-Step Instructions
Launch Cursor IDE
Access the File Menu
Ctrl+K Ctrl+O on Windows/Linux or Cmd+K Cmd+O on Mac.Navigate to Your Project Folder
Select the Project Folder
Open the Selected Folder
Verify Project Loading
Alternative: Drag and Drop Method
Common Issues & Troubleshooting
Project folder doesn't appear in the file dialog
Check if the folder is in a restricted location or if you have proper permissions. Try navigating to the folder manually using your system's file manager first, then note the exact path to navigate to it in Cursor.
Cursor shows 'Permission denied' error when opening folder
Ensure you have read permissions for the project folder. On Mac/Linux, you may need to run chmod -R 755 /path/to/project or change ownership with chown. On Windows, check the folder's security properties.
Project opens but files are missing from Explorer
Check Cursor's file exclusion settings in Settings > Files: Exclude. Some files might be hidden due to .gitignore rules or Cursor's default exclusions. You can also try refreshing the Explorer with Ctrl+Shift+P and searching for 'Reload Window'.
Drag and drop doesn't work
Ensure you're dragging the folder (not individual files) onto the main Cursor window area, not the title bar. If it still doesn't work, try using the File > Open Folder method instead, or restart Cursor and try again.