WikipediaWikipedia

VS Code extensions that I use every day

Estimated 2 minute read · Tuesday, 1 November 2022

I use numerous VS Code extensions to increase productivity and make life easier as a developer and blogger. Here are some of them:

Theme

Etiquette and cleanliness

  • Code Spell Checker is a basic spell checker that works well with code and documents.
    The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.

  • Prettier - Code formatter.

Clojure

  • Calva is an integrated, REPL powered, development environment for enjoyable and productive
    Clojure and ClojureScript programming in Visual Studio Code.

  • clj-kondo is a linter for Clojure and ClojureScript. This extension bundles a language server
    and client for clj-kondo and requires no additional installation.

Syntax highlighting

Colors

  • Color Highlight styles css/web colors found in your document.

  • Color Picker helper with GUI to generate color codes such as CSS color notations.

IntelliSense

Productivity

  • Vim emulator.

  • Live Server launches a development local Server with live reload feature for static & dynamic pages.

  • Todo Tree shows TODO, FIXME, etc. comment tags in a tree view.

  • Version Lens shows the latest version for each package using code lens.

  • WakaTime provides metrics, insights, and time tracking automatically generated from your programming activity.

We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic. By clicking 'Accept', you agree to our website's cookie use as described in our Privacy Policy.