File & Folder Snippets
Generate a folder containing index.html and style.css in your workspace.
Features
- One command to scaffold a web folder with minimal HTML/CSS
- Placement options:
- Same level as the selected file/folder
- Workspace root folder
- Enter a path (with directory suggestions)
- Smart title: converts
camelCase/snake_case/PascalCase to “Capitalized Words”
- Directory suggestions hide hidden folders (e.g.,
.git) and node_modules
Usage
- Run from Command Palette: “File Folder Snippets: Create Web Folder”, or use the Explorer context menu.
- Pick where to create the folder (Quick Pick shows options and suggestions).
- Enter the new folder name. The extension creates the folder with
index.html and style.css, then opens index.html.
| |