David's VSCode Starter Kit

July 27, 2025 ยท View on GitHub

Hello World! This extension pack is a good start for those just beginning with VSCode. Most of the tools within this pack are language agnostic, so as to not clutter up your extensions with useless ones that you might not run into. When you start a project in a given language, it'll likely recommend you the extensions you need to get support, and I wouldn't recommend going too much beyond that as multiple related extensions can conflict with each other.

Included Extensions

ExtensionLink
Path Intellisensehttps://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense
Gitignorehttps://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore
Fold Plushttps://marketplace.visualstudio.com/items?itemName=dakara.dakara-foldplus
Git Historyhttps://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
Comment Anchorshttps://marketplace.visualstudio.com/items?itemName=exodiusstudios.comment-anchors
Todo Treehttps://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree
Output Colorizerhttps://marketplace.visualstudio.com/items?itemName=IBM.output-colorizer
Git Graphhttps://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Indent Rainbowhttps://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow
Material Icon Themehttps://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
Data Table Renderhttps://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-table
Live Serverhttps://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Color Managerhttps://marketplace.visualstudio.com/items?itemName=royaction.color-manager
Format Togglehttps://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle
Sort Lineshttps://marketplace.visualstudio.com/items?itemName=tyriar.sort-lines
Error Lenshttps://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
IntelliCodehttps://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
Markdown All In Onehttps://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one

Notes:

  • I don't include any themes (besides material icon) as most themes that I've come into contact with are not great on the eyes for long periods of time.

  • I didn't include any spellcheckers as I get annoyed with them pretty quick.

  • There are no language specific extensions in this pack. I tried to keep them all pretty general and what I found useful regardless of what I was coding with.