60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"recommendations": [
|
|
// Linting & Formatting
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
|
|
// Code Quality & Error Handling
|
|
"usernamehw.errorlens",
|
|
"yoavbls.pretty-typescript-errors",
|
|
"aaron-bond.better-comments",
|
|
"gruntfuggly.todo-tree",
|
|
|
|
// Framework & Language Support
|
|
"ashinzekene.nestjs",
|
|
"dsznajder.es7-react-js-snippets",
|
|
"orta.vscode-jest",
|
|
"bradlc.vscode-tailwindcss",
|
|
"heybourn.headwind",
|
|
"prisma.prisma",
|
|
|
|
// API Testing
|
|
"rangav.vscode-thunder-client",
|
|
"formulahendry.auto-close-tag",
|
|
"formulahendry.auto-rename-tag",
|
|
|
|
// Docker & DevOps
|
|
"ms-azuretools.vscode-docker",
|
|
"mtxr.sqltools",
|
|
"redhat.vscode-yaml",
|
|
"mikestead.dotenv",
|
|
"editorconfig.editorconfig",
|
|
|
|
// Git
|
|
"eamodio.gitlens",
|
|
"mhutchie.git-graph",
|
|
"vivaxy.vscode-conventional-commits",
|
|
|
|
// Path & Navigation
|
|
"christian-kohler.path-intellisense",
|
|
"christian-kohler.npm-intellisense",
|
|
"csstools.postcss",
|
|
|
|
// CSS Enhancement
|
|
"pranaygp.vscode-css-peek",
|
|
|
|
// Productivity
|
|
"alefragnani.bookmarks",
|
|
"chakrounanas.turbo-console-log",
|
|
"wallabyjs.console-ninja",
|
|
|
|
// Icons & Theme
|
|
"pkief.material-icon-theme",
|
|
"bierner.markdown-mermaid"
|
|
|
|
// AI Assistance (Optional - เลือก 1 อัน)
|
|
// "github.copilot",
|
|
// "tabnine.tabnine-vscode"
|
|
]
|
|
}
|