Visual Studio Code extensions

May 29, 2026 · View on GitHub

Monorepo of Artem Sapegin’s Visual Studio Code extensions.

Washing your code. A book on clean code for frontend developers

Extensions

  • backticker: Automatically converts strings to template strings when you type ${.
  • color-highlight: Underlines hex color values with the actual color.
  • emoji-console-log: Inserts console.log() statements with a random emoji.
  • file-operations: Common file operations (rename, duplicate, delete, copy name) on the active file.
  • grim-wrapper: Minimalist comment, Markdown, and plain text wrapping.
  • just-blame: Git Blame annotations sidebar, inspired by JetBrains editors.
  • mini-markdown: A minimalist kit for comfortable Markdown writing: commands, hotkeys, autocomplete…
  • new-file-now: Create new files from the command palette.
  • notebox: Take quick notes in the panel.
  • reveal-in: Reveal current project or folder in external apps.
  • todo-tomorrow: Highlights TODO, HACK, FIXME, etc. comments.

Usage

npm install
npm run build

The built artefacts (out/extension.js) live next to each extension’s source.

Contributing

Bug fixes are welcome, but not new features.

Sponsoring

This software has been developed with lots of coffee, buy me one more cup to keep it going.

Buy Me A Coffee

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.