Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code File CreatorNew to Visual Studio Code? Get it now.
VS Code File Creator

VS Code File Creator

Elikana Mwangi

|
3 installs
| (0) | Free
Creates files and folders in the VS Code workspace from backend requests.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code File Creator

A VS Code extension that receives file and folder creation requests from a backend and creates them inside the currently opened workspace.

Features

  • Create files
  • Create folders
  • Create nested folders automatically
  • Optional file content
  • Backend integration
  • Workspace path validation
  • Prevents paths outside the workspace

Development

Install dependencies:

npm install

Compile the extension:

npm run compile

Run it in VS Code:

  1. Open this project folder in VS Code.
  2. Press F5 or choose Run File Creator Extension from the Run and Debug view.
  3. In the new Extension Development Host window, open a workspace.
  4. Run File Creator: Create File or Folder from the Command Palette.

The extension polls http://localhost:8000 by default. Configure fileCreator.backendUrl in the Extension Development Host window when the backend uses another URL.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft