Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Create Vue/TypeScript Component FolderNew to Visual Studio Code? Get it now.
Create Vue/TypeScript Component Folder

Create Vue/TypeScript Component Folder

Anqo

|
656 installs
| (0) | Free
Create component anywhere in your workspace from the keyboard. (Vue/TypeScript)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Create Vue/TypeScript Component Folder

Quickly create folder with .ts, .vue and .scss files. Based on AdvancedNewFile plugin.

Demo

Usage

Command palette: "Create Vue/TypeScript Component Folder"

Configuration Example

"createVueTsComponentFolder.createSCSSFile": true,
"createVueTsComponentFolder.exclude": {
  "node_modules": true,
  "node_modules_electron": true,
  "dev": true,
  "dist": true
},
"createVueTsComponentFolder.showInformationMessages": true,
"createVueTsComponentFolder.convenienceOptions": ["current", "last", "root"]

Contributing

  1. Clone the repo
  2. yarn install
  3. Add your feature or fix (in src/) with test coverage (in test/)
  4. Launch the extension and do some manual QA (via Debug > Launch Extension)
  5. Run the tests (via Debug > Launch Tests)
  6. Run the linter: yarn run lint
  7. Open a PR
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft