DEV Community

Armen Hovsepian
Armen Hovsepian

Posted on • Edited on

3

Preparing Visual Studio to start coding

It's nice to install some useful extensions or plugins to your Visual Studio before start programming. One of the best of these is the "Productivity Power Tools" extension. You can directly download and add it to Visual studio from the "Tools" menu "Extensions and Updates..." or download it from https://marketplace.visualstudio.com/ and install.

If you installed this extension, now let's have a look at one of a feature of it.

In order to remove all unused namespaces from a .cs file on saving you just need to enable the "Remove and Sort on save" feature of this extension from the "Tools" menu, "Options".

cover

Please be note, there are several extensions with this name, It's nice to get the one which created by Microsoft or MirosoftLab.

Here are some extension to write better code

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay