VSCode Extension Package - a personal development setup
Quick overview
This is a collection of Visual Studio extensions that enhances the productivity and functionality of my daily development. It provides a curated set of tools and features to streamline your development workflow, boost efficiency, and improve code quality.
Autoclose Tag: Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.
Auto Rename Tag: Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
Code Spell Checker: A basic spell checker that works well with code and documents.
CodeSnap: 📸 Take beautiful screenshots of your code in VS Code!
Color Highlight: This extension styles css/web colors found in your document.
DotENV: A port of DotENV for vscode.
EditorConfig for Visual Studio Code: This plugin attempts to override user/workspace settings with settings found in .editorconfig files.
VS Code ES7+ React/Redux/React-Native/JS snippets: JavaScript and React/Redux snippets in ES7+ with Babel plugin features for VS Code.
VS Code ESLint extension: Integrates ESLint into VS Code. If you are new to ESLint check the documentation.
Git Graph extension for Visual Studio Code: View a Git Graph of your repository, and easily perform Git actions from the graph.
Git History Diff: View git history. View commit details. View diff of committed files. View git blame info. View stash details.
GitHub Actions for VS Code: Manage your workflows and runs without leaving your editor.
GitHub Copilot: Get Code Suggestions in real-time, right in your IDE.
GitLens — Supercharge Git in VS Code: GitLens is a powerful open-source extension for Visual Studio Code.
LintLens — ESLint rules made easier: Augment your ESLint rules in Visual Studio Code — Adds metadata and usage information beside each ESLint rule.
Live Server (Five Server): A better live server.
Monokai Night: A complete, dark and minimalistic Monokai-inspired theme.
Path Intellisense: Visual Studio Code plugin that autocompletes filenames.
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.
Tailwind CSS IntelliSense: Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting.
Thunder Client: Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni with simple and clean design.
Todo Tree: This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the activity bar.
Turbo Console Log: This extension make debugging much easier by automating the operation of writing meaningful log message.
YAML: YAML Language Support by Red Hat, with built-in Kubernetes syntax support