VS Code Extension List
Document the VS Code extensions I use.
Extension | Description | Demo |
---|---|---|
highlight-words | Highlight all occurrences of words or expressions. | |
Doxygen Documentation Generator | This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. | |
Markdown All in One | All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more). | |
C/C++ | C/C++ IntelliSense, debugging, and code browsing. | |
Python | IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more. | |
Markmap | Preview markdown files as markmap. | |
Remote Development | An extension pack that lets you open any folder in a container, on a remote machine, or in WSL and take advantage of VS Code's full feature set. | |
Tabnine | JavaScript, Python, Java, Typescript & all other languages - AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code. | |
Log Viewer | Log file viewer. | |
Live Preview | Hosts a local server for you to preview your web projects on! | |
Jupyter | Provides basic notebook support for language kernels that are supported in Jupyter Notebooks today, and allows any Python environment to be used as a Jupyter kernel. | |
Jupyter Notebook Renderers | Provides renderers for outputs of Jupyter Notebooks. | |
Rainbow CSV | Highlight columns in comma (.csv), tab (.tsv), semicolon and pipe - separated files in different colors. Transform and filter tables using built-in SQL-like query language. | |