• NostraDavid
      link
      English
      61 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.

    • @LodraOPM
      link
      English
      21 year ago

      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
        link
        English
        1
        edit-2
        1 year ago

        Mermaid is great - setup is just “install the addon” and use

        ```mermaid <–mermaid stuff–> ```

  • @miroslav
    link
    English
    41 year ago

    Very first extension that I always install is vim :)

    • @LodraOPM
      link
      English
      21 year ago

      Vscodevim? Or just vim as an alternate editor?

      I personally haven’t explored this type of extension before. Always been curious to though. I’d be interested to hear what you think about it if you’re willing to share

      • @miroslav
        link
        English
        21 year ago

        Yeah sorry I meant vscodevim.vim 😇 I’m linux user so it’s nice to have vim features in VS Code. For example string replacement, quick line rearrangement and so on.

        • @LodraOPM
          link
          English
          21 year ago

          Despite my use of powershell above, I don’t really touch windows for work. Run a Mac and manage Linux based infrastructure. Hence my appeal for an extension like that.

          On the other hand, my work is focused on ci/cd, infrastructure as code, etc. So I never needed to go deep into using and customizing vim. Just read a file and commit any fixes from my local machine.

          Given that bit of context, would you think it’s worth investing the time?

  • NostraDavid
    link
    English
    21 year ago

    Did my other comments get removed? I’m confused >_>

    Either way, here’s another list, but just a raw list (still ordered in personally-most-important order):

    • 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
  • @tatterdemalion
    link
    English
    21 year ago
    Azurite.azurite
    bungcip.better-toml
    hediet.vscode-drawio
    ms-vscode.sublime-keybindings
    PolyMeilex.wgsl
    RobbOwen.synthwave-vscode
    rust-lang.rust-analyzer
    stkb.rewrap
    vadimcn.vscode-lldb
    
  • NostraDavid
    link
    English
    2
    edit-2
    1 year ago

    Ignore my second comment (and this one) - posts voted on, and my own comments, seem to disappear when I’m logged in, but do show when logged out. Will clean up after I can get to them again <_<

  • @tatterdemalion
    link
    English
    21 year ago

    Why does vscode-animations require admin privilege to install?

    • @LodraOPM
      link
      English
      11 year ago

      It’s been a few weeks since I installed it so I don’t remember exactly. But I think it’s basically overwriting some css files that vscode doean’t normally allow you to modify.

      It’s actually a nice extension but it definitely has a few quirks like that. I hope it improves over time.