~~PAGEIMAGE::tools:vscode:extension:lists:media:20231026-171243.png~~ ====== VS Code Extension List ====== {{template>:meta:template:pageinfo#tpl |desc=Document the VS Code extensions I use.}} ^ Extension ^ Description ^ Demo ^ | [[https://marketplace.visualstudio.com/items?itemName=rsbondi.highlight-words|highlight-words]] | Highlight all occurrences of words or expressions. | {{https://raw.githubusercontent.com/rsbondi/highlight-words/master/images/highlight.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen|Doxygen Documentation Generator]] | This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter. | {{https://raw.githubusercontent.com/cschlosser/doxdocgen/28f9c88fa46a1fa8c8c58080a1585e42e4d46f8b/images/options.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one|Markdown All in One]] | All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more). | {{https://raw.githubusercontent.com/yzhang-gh/vscode-markdown/master/images/gifs/section-numbers.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools|C/C++]] | C/C++ IntelliSense, debugging, and code browsing. | | | [[https://marketplace.visualstudio.com/items?itemName=ms-python.python|Python]] | IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more. | {{https://raw.githubusercontent.com/microsoft/vscode-python/main/images/ConfigureDebugger.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode|Markmap]] | Preview markdown files as markmap. | {{https://user-images.githubusercontent.com/3139113/97068999-5f9e8480-15ff-11eb-8222-43d26cecade5.png}} | | [[https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack|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. | {{https://microsoft.github.io/vscode-remote-release/images/ssh-readme.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode|Tabnine]] | JavaScript, Python, Java, Typescript & all other languages - AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code. | {{https://raw.githubusercontent.com/codota/tabnine-vscode/master/assets/completions-main.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=berublan.vscode-log-viewer|Log Viewer]] | Log file viewer. | {{https://gitlab.com/berublan/vscode-log-viewer/raw/master/images/screenshot1.png}} | | [[https://marketplace.visualstudio.com/items?itemName=ms-vscode.live-server|Live Preview]] | Hosts a local server for you to preview your web projects on! | {{https://raw.githubusercontent.com/microsoft/vscode-livepreview/main/img/live-refresh.gif}} | | [[https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter|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. | {{https://github.com/Microsoft/vscode-jupyter/raw/HEAD/images/Jupyter%20README/notebookui.png}} | | [[https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-renderers|Jupyter Notebook Renderers]] | Provides renderers for outputs of Jupyter Notebooks. | {{https://raw.githubusercontent.com/microsoft/vscode-notebook-renderers/main/images/sample.png}} | | [[https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv|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. | {{https://i.imgur.com/ryjBI1R.png}}\\ {{https://i.imgur.com/dHqD53E.png}} |