70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"recommendations": [
|
|
// Linting & Formatting
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
|
|
// Code Quality & Error Handling
|
|
"usernamehw.errorlens",
|
|
"yoavbls.pretty-typescript-errors",
|
|
"wix.vscode-import-cost",
|
|
|
|
// Comments & Documentation
|
|
"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",
|
|
"humao.rest-client",
|
|
|
|
// Auto Tags
|
|
"formulahendry.auto-close-tag",
|
|
"formulahendry.auto-rename-tag",
|
|
|
|
// Docker & DevOps
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-kubernetes-tools.vscode-kubernetes-tools",
|
|
|
|
// Database
|
|
"mtxr.sqltools",
|
|
"mongodb.mongodb-vscode",
|
|
|
|
// YAML & Config
|
|
"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",
|
|
|
|
// AI Assistance (Optional - เลือก 1 อัน)
|
|
"github.copilot",
|
|
// "tabnine.tabnine-vscode"
|
|
]
|
|
} |