-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
This project currently lacks a .vscode/extensions.json file to recommend helpful VS Code extensions for contributors. Adding extension recommendations will improve the developer experience and ensure consistent tooling across the team.
Project Analysis
This is an SCSS-based project that:
- Uses SCSS/Sass for styling (Bootstrap 4 based grid system)
- Has Stylelint configured for linting SCSS files
- Includes build scripts using Sass compiler
- Uses npm/yarn for package management
Recommended Extensions
SCSS/CSS Development
-
stylelint.vscode-stylelint - Stylelint integration for VS Code
- Already configured in
.stylelintrc.json - Provides real-time SCSS linting feedback
- Already configured in
-
syler.sass-indented - Sass syntax highlighting and IntelliSense
- Enhanced SCSS/Sass language support
- Improved autocomplete and syntax highlighting
Additional Helpful Extensions
-
formulahendry.auto-rename-tag - Auto rename paired HTML/XML tags
- Useful for HTML template editing
-
esbenp.prettier-vscode - Code formatter
- Consistent code formatting
- Can integrate with Stylelint
-
EditorConfig.EditorConfig - EditorConfig support
- Maintains consistent coding styles across different editors
Proposed Implementation
Create .vscode/extensions.json:
{
"recommendations": [
"stylelint.vscode-stylelint",
"syler.sass-indented",
"formulahendry.auto-rename-tag",
"esbenp.prettier-vscode",
"EditorConfig.EditorConfig"
]
}Benefits
- New contributors get recommended extensions on first project open
- Consistent development environment across team
- Improved code quality with real-time linting
- Better SCSS/Sass development experience
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels