- 1
4 - 2
4Prettier is an opinionated code formatter that enforces strict formatting rules to keep your code consistent. This extension allows you to run prettier on save, which is really handy.
- 3
2This simple extension provides syntax highlighting for .env files.
- 4
1 - 5
1CodeMetrics shows you the cognitive complexity of your JavaScript and TypeScript code. If the complexity is too high, you know you need to refactor or simplify.
- 6
1Syntax highlighting for .gql, .graphql and .graphqls files. It also works with inline GraphQL in JavaScript, TypeScript, jsx, tsx, Vue, Svelte, PHP, ReasonML, Python, Markdown, Scala and Ruby.
- 7
0Connect, query and manage your databases without leaving Visual Studio Code. Supports Postgres, MySQL, MariaDB, SQL Server, MongoDB and more...
Frequently asked questions
GitHub Copilot is an AI-powered code autocompletion tool that generates code suggestions based on your input. It can autocomplete entire functions just by starting to type their names, making coding faster and more efficient. Many developers find it hard to code without Copilot due to its ability to enhance productivity and reduce the time spent on writing boilerplate code.
Prettier is an opinionated code formatter that enforces consistent formatting rules across your codebase. By automatically formatting your code on save, it helps prevent style debates among team members and ensures that your code remains clean and readable, which is crucial for collaboration and maintenance.
The DotENV extension provides syntax highlighting for .env files, which are commonly used to manage environment variables in applications. This makes it easier for developers to read and edit configuration settings, enhancing productivity and reducing the likelihood of errors.
GitLens is a powerful extension that visualizes code authorship, showing who made the last change to a line of code, along with the commit message and timestamp. It also includes features for visualizing file history, navigating through git history, and using a rebase editor, making it an invaluable tool for version control and collaboration.
CodeMetrics analyzes the cognitive complexity of your JavaScript and TypeScript code. By identifying areas of high complexity, it helps developers recognize when code needs to be refactored or simplified, ultimately leading to better maintainability and readability.
The GraphQL: Syntax Highlighting extension provides syntax highlighting for .gql, .graphql, and .graphqls files. It also supports inline GraphQL in various languages such as JavaScript, TypeScript, and more, making it easier for developers to work with GraphQL queries and schemas.
DBCode allows developers to connect, query, and manage databases directly within Visual Studio Code. It supports multiple database systems, including Postgres, MySQL, and MongoDB. Notable features include AI code completion, stored procedures, and entity relationship diagrams, although some features may require a paid subscription.