Visual Code Extensions

Visual Studio Code (VS Code) is my preferable editor for programming. It has great features built-in. However, there are a lot of extensions that can be installed to add new features and improve productivity. In this post I share some of my favourite Visual Studio Code (VS Code) extensions.

vscode

Prettier - Code formatter: Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

ES7 React/Redux/GraphQL/React-Native snippets: JavaScript and React/Redux snippets in ES7+ with Babel plugin features for VS Code.

vscode-icons: Icons for Visual Studio Code.

Thunder Client: Lightweight Rest API Client for VS Code.

autoDocstring - Python Docstring Generator: Visual Studio Code extension to quickly generate docstrings for python functions.

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

 Date: May 23, 2022
 Tags:  Programming VS Code

Previous
⏪ Solving 2D Frames and Trusses using Python

Next
Spell Checker in Jupyter ⏩