Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open ProjectNew to Visual Studio Code? Get it now.
Open Project

Open Project

Mark Skelton

|
7 installs
| (0) | Free
Quickly open projects in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Open Project

Easily open projects in VS Code from a specified root directory.

Usage

Add keybindings to your keybindings.json to open the project picker:

{
  "key": "cmd+shift+n",
  "command": "open-project.open",
  "args": {
    "cwd": "~/dev"
  }
}

Installation

From VSIX file

  1. Download the .vsix file
  2. Install via Command Palette: "Extensions: Install from VSIX..."
  3. Or use CLI: code --install-extension open-project-0.0.1.vsix

Development

  1. Clone this repository
  2. Run npm install
  3. Press F5 to launch Extension Development Host
  4. Test the extension in the new VS Code window
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft