6.4. VScode Extensions#

last update: Feb 07, 2024

6.4.1. GitHub Copilot#

GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It uses machine learning trained on billions of lines of public code to suggest new lines of code as you type.

6.4.2. Better Comments#

Better Comments helps you create more human-friendly comments in your code.

6.4.3. Code Runner#

Run code snippet or code file for multiple languages.

6.4.4. Code Spell Checker#

A basic spell checker that works well with code and documents.

6.4.5. Rainbow CSV#

Highlight CSV files in different colors.

6.4.6. Error Lens#

Improve highlighting of errors, warnings and other language diagnostics.

6.4.7. Grammerly#

Grammarly for VS Code. Grammarly adapts to your needs and writing style, giving you the confidence of mistake-free communication every time you write.

6.4.8. indent-rainbow#

Makes indentation more readable.

6.4.9. isort#

Sort Python imports.

6.4.10. Jupyter & Jupyter Keymap#

Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.

6.4.11. Latex workshop#

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.

6.4.12. Live Share#

Real-time collaborative development from the comfort of your favorite tools.

6.4.13. Material Icon Theme#

Material Design Icons for Visual Studio Code.

6.4.14. Python#

IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.

6.4.15. Trainling Spaces#

Highlight trailing spaces and delete them in a flash!

6.4.16. VS Code Counter#

Count words, lines, and characters in your text.

6.4.17. Word Counter#

Display word count and word count goal in the status bar.

More