Stefan Boos

My personal GitHub pages

Follow me on GitHub

Visual Studio Code Plugins

Plugins I recommend

The following plugins help(ed) me in my daily work.

General helpers

  • shift shift - Provide shortcuts shift+shift and ctrl+ctrl to call quick open and command palette without editing keybindings.json.

Software design and documentation

  • AsciiDoc - Live preview, syntax highlighting and snippets for AsciiDoc.
  • markdownlint - Markdown linting and style checking.
  • PlantUML - Rich PlantUML support.

Language agnostic developer tools

  • Docker - Build, manage, deploy containerized appls; one-click debugging of Node.js, Python, and .NET Core inside a container.
  • GitGraph - View a Git Graph of your repository, and perform Git actions from the graph.
  • GitLens - Visualize code authorship, explore Git repositories, comparison commands and more.
  • Live Share - Collaborate using Visual Studio Code.
  • Rewrap - Wrap text and code at a specific column, introduce rulers.
  • Todo Tree - Searches workspace for comment tags like TODO and FIXME, and displays them in a tree view in the explorer pane.
CSV Viewer and Processing Plugins
  • ExcelViewer - View Excel spreadsheets and CSV files in Visual Studio Code and VS Code for the Web.
  • Rainbow CSV - Highlight CSV and TSV files, Run SQL-like queries.

JavaScript and TypeScript based languages

Other languages

Plugins I might try out some time later

These Plugins are interesting, but I have not tried them yet.