Better Comments
aaron-bond.better-comments
Improve your code commenting by annotating with alert, informational, TODOs, and more!
Separei aqui as extensões que uso no dia a dia e que me ajudam a manter ritmo e qualidade no trabalho: desde padronização de código até produtividade, containers, Kubernetes, GraphQL e performance. Além da lista inteira, também compartilho minhas favoritas
Instalar todas:
code --install-extension aaron-bond.better-comments --install-extension adpyke.codesnap --install-extension amatiasq.sort-imports --install-extension anthropic.claude-code --install-extension aykutsarac.jsoncrack-vscode --install-extension bradlc.vscode-tailwindcss --install-extension capaj.graphql-codegen-vscode --install-extension ccimage.jsonviewer --install-extension christian-kohler.path-intellisense --install-extension codezombiech.gitignore --install-extension cweijan.dbclient-jdbc --install-extension cweijan.vscode-database-client2 --install-extension cweijan.vscode-postgresql-client2 --install-extension cweijan.vscode-redis-client --install-extension docker.docker --install-extension drywolf.dark-plus-plus-theme --install-extension eamodio.gitlens --install-extension esbenp.prettier-vscode --install-extension evendead.help-me-add --install-extension formulahendry.auto-rename-tag --install-extension github.copilot-chat --install-extension github.github-vscode-theme --install-extension graphql.vscode-graphql --install-extension graphql.vscode-graphql-execution --install-extension graphql.vscode-graphql-syntax --install-extension gruntfuggly.todo-tree --install-extension iulian-radu-at.find-unused-exports --install-extension mikestead.dotenv --install-extension mohitkumartoshniwal.jsonlens --install-extension mquandalle.graphql --install-extension ms-azuretools.vscode-azure-mcp-server --install-extension ms-azuretools.vscode-azureresourcegroups --install-extension ms-azuretools.vscode-azurevirtualmachines --install-extension ms-azuretools.vscode-containers --install-extension ms-azuretools.vscode-docker --install-extension ms-kubernetes-tools.vscode-kubernetes-tools --install-extension ms-vscode-remote.remote-containers --install-extension ms-vscode.remote-explorer --install-extension ms-vscode.remote-server --install-extension ms-vscode.vscode-typescript-next --install-extension naumovs.color-highlight --install-extension oderwat.indent-rainbow --install-extension openai.chatgpt --install-extension pkief.material-icon-theme --install-extension rangav.vscode-thunder-client --install-extension redhat.vscode-yaml --install-extension rokoroku.vscode-theme-darcula --install-extension streetsidesoftware.code-spell-checker --install-extension streetsidesoftware.code-spell-checker-portuguese-brazilian --install-extension tomoki1207.pdf --install-extension unifiedjs.vscode-mdx --install-extension vivaxy.vscode-conventional-commits --install-extension vscode-icons-team.vscode-iconsaaron-bond.better-comments
Improve your code commenting by annotating with alert, informational, TODOs, and more!
adpyke.codesnap
📷 Take beautiful screenshots of your code
amatiasq.sort-imports
Sort ES6 imports automatically.
anthropic.claude-code
Claude Code for VS Code: Harness the power of Claude Code without leaving your IDE
aykutsarac.jsoncrack-vscode
Visualize your JSON data into diagrams.
bradlc.vscode-tailwindcss
Intelligent Tailwind CSS tooling for VS Code
capaj.graphql-codegen-vscode
integrates graphql-codegen into vscode, running it every time your query/mutation is saved
ccimage.jsonviewer
Preview JSON as tree view on VSCode
christian-kohler.path-intellisense
Visual Studio Code plugin that autocompletes filenames
codezombiech.gitignore
Lets you pull .gitignore templates from the https://github.com/github/gitignore repository. Language support for .gitignore files.
cweijan.dbclient-jdbc
JDBC Adapter For Database Client
cweijan.vscode-database-client2
Database Management for MariaDB/SQLite, supports executing SQL.
cweijan.vscode-postgresql-client2
PostgreSQL Client for Visual Studio Code.
cweijan.vscode-redis-client
Redis Client for Visual Studio Code.
docker.docker
Edit smarter, ship faster with an enhanced Docker-development experience
drywolf.dark-plus-plus-theme
A fork of the official Dark+ theme with improved color contrast for React/JSX code
eamodio.gitlens
Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
esbenp.prettier-vscode
Code formatter using prettier
evendead.help-me-add
Extension helps you to add files/folder to gitignore on single click
formulahendry.auto-rename-tag
Auto rename paired HTML/XML tag
github.copilot-chat
AI chat features powered by Copilot
github.github-vscode-theme
GitHub theme for VS Code
graphql.vscode-graphql
GraphQL LSP extension that adds autocompletion, validation, go to definition, hover, outline and more.
graphql.vscode-graphql-execution
Execute graphql operations from your code (revived!)
graphql.vscode-graphql-syntax
Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript
gruntfuggly.todo-tree
Show TODO, FIXME, etc. comment tags in a tree view
iulian-radu-at.find-unused-exports
A Visual Studio Code extension for displaying all unused exports in a typescript/javascript project.
mikestead.dotenv
Support for dotenv file syntax
mohitkumartoshniwal.jsonlens
Visualize JSON data in interactive Graphs
mquandalle.graphql
Syntax highlighting for GraphQL queries and schemas
ms-azuretools.vscode-azure-mcp-server
Provides Model Context Protocol (MCP) integration and tooling for Azure in Visual Studio Code.
ms-azuretools.vscode-azureresourcegroups
An extension for viewing and managing Azure resources.
ms-azuretools.vscode-azurevirtualmachines
An Azure Virtual Machines extension for Visual Studio Code.
ms-azuretools.vscode-containers
Makes it easy to create, manage, and debug containerized applications.
ms-azuretools.vscode-docker
Makes it easy to create, manage, and debug containerized applications.
ms-kubernetes-tools.vscode-kubernetes-tools
Develop, deploy and debug Kubernetes applications
ms-vscode-remote.remote-containers
Open any folder or repository inside a Docker container and take advantage of Visual Studio Code's full feature set.
ms-vscode.remote-explorer
View remote machines for SSH and Tunnels.
ms-vscode.remote-server
Connect to a remote machine through a Tunnel
ms-vscode.vscode-typescript-next
Enables typescript@next to power VS Code's built-in JavaScript and TypeScript support
naumovs.color-highlight
Highlight web colors in your editor
oderwat.indent-rainbow
Makes indentation easier to read
openai.chatgpt
Codex is a coding agent that works with you everywhere you code — included in ChatGPT Plus, Pro, Business, Edu, and Enterprise plans.
pkief.material-icon-theme
Material Design Icons for Visual Studio Code
rangav.vscode-thunder-client
Lightweight Rest API Client for VS Code
redhat.vscode-yaml
YAML Language Support by Red Hat, with built-in Kubernetes syntax support
rokoroku.vscode-theme-darcula
A theme extension for VS Code based on Darcula theme from Jetbrains IDEs
streetsidesoftware.code-spell-checker
Spelling checker for source code
streetsidesoftware.code-spell-checker-portuguese-brazilian
Brazilian Portuguese dictionary extension for VS Code.
tomoki1207.pdf
Display pdf file in VSCode.
unifiedjs.vscode-mdx
Language support for MDX
vivaxy.vscode-conventional-commits
💬Conventional Commits for VSCode.
vscode-icons-team.vscode-icons
Icons for Visual Studio Code