Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 6.61 KB

extensions.md

File metadata and controls

32 lines (30 loc) · 6.61 KB

Extensions

This is a list of all extensions installed in the container. Click on the links for each to learn more.

Category Name / ID Description
Git GitLens / eamodio.gitlens GitLens supercharges Git inside VS Code and unlocks untapped knowledge within each repository. It helps you to 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.
Git gitignore / michelemelluso.gitignore Right click any file/folder to add to .gitignore
IDE Error Lens / usernamehw.errorlens ErrorLens turbo-charges language diagnostic features by making diagnostics stand out more prominently, highlighting the entire line wherever a diagnostic is generated by the language and also prints the message inline.
IDE Code Runner / formulahendry.code-runner Run code snippet or code file for multiple languages.
IDE Indent-Rainbow / oderwat.indent-rainbow This extension colorizes the indentation in front of your text, alternating four different colors on each step.
IDE Prettier / esbenp.prettier-vscode Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
IDE Todo Tree / Gruntfuggly.todo-tree This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the activity bar. The view can be dragged out of the activity bar into the explorer pane (or anywhere else you would prefer it to be).
IDE Code Spell Checker / streetsidesoftware.code-spell-checker The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.
Markdown Markdown All in One / yzhang.markdown-all-in-one All you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).
Markdown markdownlint / DavidAnson.vscode-markdownlint markdownlint is an extension for the Visual Studio Code editor that includes a library of rules to encourage standards and consistency for Markdown files.
Markdown Markdown Preview Enhanced / shd101wyy.markdown-preview-enhanced Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown.
Powershell Powershell / ms-vscode.powershell Develop PowerShell modules, commands and scripts in Visual Studio Code!
Python AREPL for python / almenon.arepl real-time python scratchpad. AREPL automatically evaluates python code in real-time as you type.
Python Python / ms-python.python IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
Python Python Type Hint / njqdev.vscode-python-typehint Provides type hint auto-completion for Python, with completion items for built-in types, classes and the typing module.
Python Pylance / ms-python.vscode-pylance A performant, feature-rich language server for Python in VS Code
Python autoDocstring / njpwerner.autodocstring Visual Studio Code extension to quickly generate docstrings for python functions.
Python Better Comments / aaron-bond.better-comments Improve your code commenting by annotating with alert, informational, TODOs, and more!
Python Python Test Explorer for Visual Studio Code / LittleFoxTeam.vscode-python-test-adapter Run your Python tests in the Sidebar of Visual Studio Code
Python python snippets / frhtylcn.pythonsnippets A snippet pack to make you more productive working with python
Shell Bash Debug / rogalmic.bash-debug A debugger extension for bash scripts (using bashdb).
Shell ShellCheck / timonwong.shellcheck Integrates ShellCheck into VS Code, a linter for Shell scripts.
Shell Bash IDE / mads-hartmann.bash-ide-vscode Visual Studio Code extension utilizing the bash language server, that is based on Tree Sitter and its grammar for Bash and supports explainshell integration.
Shell shell-format / foxundermoon.shell-format Formatter for shellscript, Dockerfile, properties, gitignore, dotenv, hosts, jvmoptions, and more.
TOML Better TOML / bungcip.better-toml Adds syntax validation and highlight for TOML within VS code
YAML YAML / redhat.vscode-yaml YAML Language Support by Red Hat, with built-in Kubernetes syntax support