- Code Runner - Run code directly and pipe output into the terminal.
- Cobalt2 Theme - Dark blue with vibrant colors
- Better Align - Align code intent using a specific delimiter
- Indent Guides - Improves visibility of where you are in indented code blocks
- Add the following to your User Settings to style the guides:
// Guides extension "guides.overrideDefault": true, "guides.sendUsagesAndStats": false, "guides.active.width": 2, "guides.active.color.dark": "rgba(232, 232, 65, 0.75)", "guides.active.style": "solid",
- Mark Jump - List and jump to marked comments
- Count Selected Lines - Shows the total of selected lines in the status bar
- Transpose - Swap/flip two selections
- VS Live Share - Share your session with other users and paired program
- map-replace.js - Replace multi-selection text with custom JavaScript function. Handy for performing math, concatenation and other operations on multiple lines
- Quick Select - Improves the abilities of quick select to grow the selection from current position until it reaches a desired boundary
- Foam Notes - Personal knowledge management and sharing system inspired by Roam Research
- React Refactor
Last active
October 24, 2024 21:04
-
-
Save cold-logic/b3e9f399c348a9f955edf8036f858c96 to your computer and use it in GitHub Desktop.
My favorite VS Code extensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment