The collection of Visual Studio Code extensions I use
https://marketplace.visualstudio.com/items?itemName=viko16.dev-pack
- change-case - Quickly change the case (camelCase, CONSTANT_CASE, snake_case, etc) of the current selection or current word
- Code Spell Checker - Spelling checker for source code
- EditorConfig for VS Code - EditorConfig Support for Visual Studio Code
- ESLint - Integrates ESLint JavaScript into VS Code.
- Git Branch Warnings - Warn when you're on the wrong Git branch, like MAIN
- Git Tree Compare - Diff your worktree against a branch, tag, or commit in a tree -- especially useful for pull request preparation or merge preview
- GitLens — Git supercharged - Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
- One Dark Pro - Atom‘s iconic One Dark theme for Visual Studio Code
- Path Intellisense - Visual Studio Code plugin that autocompletes filenames
- Prettier - Code formatter - Code formatter using prettier
- Project Manager - Easily switch between projects
- TS in Markdown - Language support for TS in markdown
- viko's JavaScript Snippets - JavaScript Code Snippets for me.