My Favorite Extensions in Visual Studio 2022

diakingdev
2 min readApr 16, 2022

Raise your productivity with this extensions

As a developer C# every day i use Visual Studio to do a bunch of things et here is my three favorite extensions that i use to be more productive.

Github Copilot

Recently coming, Copilot is a powerfull tool based on AI which allow you autocomplete your code fastly.

If you want know how to install it you can check this link

CodeMaid

The main thing i like in this tool is refactoring and formatting your code like a linter prettier.

It can do a lot of other things ( Remove unused using statements,Sort using statements,…).

If you want to know more about it check this link

Productivy Power Tools 2022

This tool allow you to see error in the solution explorer which is very helpfull to fix error quickly

Conclusion

This is my favorite tools let me know in the comment your favorite tools

thanks

--

--