First post to get the community going. Here’s the list of extensions that I personally use. Most are disabled globally and enabled per project. Feel free to ask questions, give me suggestions, etc.!
Edit: Thanks for the good idea on formatting @NostraDavid. I also converted my list to urls
code --list-extensions | ForEach-Object {" - [$_](https://marketplace.visualstudio.com/items?itemName=$_)"}
- albert.TabOut
- arcticicestudio.nord-visual-studio-code
- be5invis.vscode-custom-css
- Boto3typed.boto3-ide
- BrandonKirbyson.vscode-animations
- bungcip.better-toml
- DavidAnson.vscode-markdownlint
- eamodio.gitlens
- ecmel.vscode-html-css
- EditorConfig.EditorConfig
- exiasr.hadolint
- GitLab.gitlab-workflow
- golang.go
- hashicorp.terraform
- maptz.camelcasenavigation
- ms-azuretools.vscode-docker
- ms-kubernetes-tools.vscode-kubernetes-tools
- ms-python.black-formatter
- ms-python.flake8
- ms-python.isort
- ms-python.pylint
- ms-python.python
- ms-python.vscode-pylance
- ms-vscode-remote.remote-containers
- ms-vscode.makefile-tools
- ms-vsliveshare.vsliveshare
- mushan.vscode-paste-image
- patricklee.vsnotes
- rebornix.ruby
- redhat.vscode-yaml
- ritwickdey.LiveServer
- streetsidesoftware.code-spell-checker
- Terrastruct.d2
- vscode-icons-team.vscode-icons
- wingrunr21.vscode-ruby
- yzhang.markdown-all-in-one
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
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.
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?