this post was submitted on 05 Jul 2023
18 points (100.0% liked)
VS Code
798 readers
2 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Let me add to the list, without the duplicates (by using vscode file compare, of course!)
Ordered by personal importance:
vscode-quick-select
rainbow-csv
errorlens
better-comments
unique-lines
markdown-mermaid
mermaid-markdown-syntax-highlighting
indent-rainbow
trailing-spaces
todo-tree
live-server
foam-vscode
vscode-markdown-notes
svg
svg-preview
vscode-env
dotenv
vscode-sqlite
ini-for-vscode
shell-format
vscode-drawio
vscode-groovy-lint
vscode-coverage-gutters
even-better-toml
shellcheck
vscodeintellicode
vscode-jumpy
I made this list by:
code --list-extensions
in PowershellOPEN EDITORS
in the sidebarCompare Selected
Home
and insert[
End
and insert](https://marketplace.visualstudio.com/items?itemName=)
I just wrote this, because most people seem to use vscode as if it's
notepad.exe
with tabs, which makes me sad.So Markdown Mermaid looks awesome. How do you like it? Easy to setup and use?
I've been using Terrastruct.d2 for this. But it requires having d2 installed locally. Otherwise, it's nice enough. Not good enough for me to use frequently or promote.
Mermaid is great - setup is just "install the addon" and use
```mermaid <--mermaid stuff--> ```