Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Open CreateNew to Visual Studio Code? Get it now.
Quick Open Create

Quick Open Create

nocksock

|
804 installs
| (2) | Free
quick-open-create makes it easy to open and create new files relative to the currently open one and browsing the directories without leaving the keyboard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

quick-open-create README

This extension is currently work in progress. Consider this an alpha release.

quick-open-create makes it easy to open and create new files relative to the currently open one and browsing the directories without leaving the keyboard.

overview

Pro Tip!

Add this to your keybindings.json, to open siblings etc easily with cmd+o or whatever floats your boat.

{
  "command": "quickOpenCreate.open",
  "key": "cmd+o"
}

Features

quick-open-create will give you an easy way to show and and select the siblings of the current file to open it, or create a new one. This is really helpful when dealing with component based projects where you have related files next to each other. eg: scss, html, js and some config file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft