Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>New File and FolderNew to Visual Studio Code? Get it now.
New File and Folder

New File and Folder

konekotech

|
27 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

codenew README

This is the extension for creating a new file and folder by the same key binding (cmd + n).

Features

  • Create a new file and folder by the same key binding (cmd + n).

Requirements

No any requirements.

Extension Settings

This extension contributes the following settings:

"commands": [
      {
        "command": "extension.newFile",
        "title": "New File"
      },
      {
        "command": "extension.newFolder",
        "title": "New Folder"
      }
    ],
    "keybindings": [
      {
        "command": "extension.showCustomPalette",
        "key": "cmd+n",
        "when": "editorTextFocus || explorerViewletVisible"
      }
    ]

Known Issues

No any known issues.

Release Notes

1.0.0

Initial release

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