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
18
submitted 1 year ago* (last edited 1 year ago) by Lodra to c/vscode
you are viewing a single comment's thread
view the rest of the comments
[–] NostraDavid 7 points 1 year ago (2 children)
[–] NostraDavid 6 points 1 year ago

I made this list by:

  • running code --list-extensions in Powershell
  • put the output in a vscode tab
  • put OP's output in a second tab
  • select OP's tab first, under OPEN EDITORS in the sidebar
  • while holding shift, select the other tab
  • RMB the second tab -> Compare Selected
  • remove all duplicates in the right (my) tab
  • now to order everything, manually
  • put the mouse cursor on line 1, hold MMB and drag down to insert a bunch of extra cursors
  • press Home and insert [
  • press End and insert ](https://marketplace.visualstudio.com/items?itemName=)
  • move the cursor back and select the extension names/IDs
  • press ctrl-c
  • move cursors to the end of the URL
  • ctrl-v

I just wrote this, because most people seem to use vscode as if it's notepad.exe with tabs, which makes me sad.

[–] Lodra 2 points 1 year ago (1 children)

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.

[–] NostraDavid 1 points 1 year ago* (last edited 1 year ago)

Mermaid is great - setup is just "install the addon" and use

```mermaid <--mermaid stuff--> ```