bvenceslas / expose-node

Necessary Pluggins for Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VsCode Extensions

Visual Studio Code is a text editor which was developed by Microsoft Corporation in order to run in both Windows, Linux, and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring. The features that Visual Studio Code includes out-of-the-box are just the start.

VS Code extensions let you add languages, debuggers, and tools to your installation to support your development workflow. VS Code’s rich extensibility model lets extension authors plug directly into the VS Code UI and contribute functionality through the same APIs used by VS Code.

github-extension-menu

github-pluggin-install

Visual Studio

While developping with Visual Studio Code, the standard pluggins are usefuls such as:

colors pairs of brackets in different colors to make it easy to identify where each couple of brackets open and end.

Good debugging is more than endless console logs. Chrome offers an analog to its chrome extension for VSCode.

Visual Studio Code plugin that autocompletes filenames.

this extension provides AI-assisted development features for Python, TypeScript/JavaScript and Java developers in Visual Studio Code, with insights based on understanding your code context combined with machine learning.

  • Coverage Cutters

  • Andromeda

  • Material Theme Icons

  • Material Icon Theme

  • Material Theme

  • CommunityMaterial Theme

  • Live Server

Launch a local development server with live reload feature for static & dynamic pages.

Visual Studio Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages you're using or app types you're building. It allows you to instantly (and securely) share your current project, and then as needed, share debugging sessions, terminal instances, localhost web apps, voice calls, and more!

Prettier makes sure you don’t have to worry about formatting again! It’s super easy and can be configured to auto-format code on every save.

The Remote - SSH extension lets you use any remote machine with a SSH server as your development environment. This can greatly simplify development and troubleshooting in a wide variety of situations.

It will come very handy to you when you switch to a new vscode environment instead of configuring everything from start, you can sync them between your every vscode environments.

You have spent countless hours finding the perfect JavaScript grammar, matching it with a sleek-looking VS Code theme, trying out all the best programming fonts.

A great tool to validate our comments spelling. 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.

CodeStream is a developer collaboration platform that integrates all of your essential dev tools, such as GitHub, GitLab, Bitbucket, Slack, Teams, Jira, Trello and more, into VS Code. CodeStream increases developer productivity by eliminating distractions inherent to context-switching and makes it incredibly easy for development teams, especially remote teams, to discuss and review code in a more natural and contextual way.

this extension will help you create more human-friendly comments in your code. Each color can serve as a means to signify the type of comment

Git

Here are some useful Git pluggins:

It lets you check git history, blame information, line and file history, commit searching, create or move between any branches and many other tools for handling Git.

Javascript

For Javascript, and Reactjs, Express, Nodejs, Typescript, ... Development, here are some helpful pluggins

ESLint statically analyzes your code to quickly find problems. It helps to find and fix problems in your JavaScript code.

  • TSLint

  • vscode-styled-components

  • TypeScript Hero

  • stylelint

  • Simple React Snippets

  • Express Snippets

  • React Native Snippet

  • JavaScript (ES6) code snippet

  • ES7 React/Redux/GraphQL

  • Live Server

  • Docker

  • Mongo snippets

  • Tabnine Autocomplete AI powerful Artificial Intelligence assistant designed to help you code faster, reduce mistakes, and discover best coding practices - without ever leaving the comfort of VSCode.​

Flutter

For Flutter Development, here are some helpful pluggins

  • Flutter

  • Flutter Widget Snippets

  • Dart

Database

Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!

GraphQL

  • GraphQL for VSCode

==========================================================================

Getting Started

The project is public

Author

👤 Venceslas Burongu

🤝Contributing

Contributions, issues and feature requests are welcome!!!

Show your support

Give a ⭐️ if you like this project!

About

Necessary Pluggins for Visual Studio


Languages

Language:JavaScript 100.0%