Visual Studio
Viasfora, https://viasfora.com, Rainbow braces, keyword highlighting, I feel that this just makes it easier for me to navigate code bases.
Codemaid, https://www.codemaid.net, cleanup on save, cross team formatting practices, this allows me and my team mates to have the same formatting, its just a real sweet timesaver, makes your code pretty too.
Resharper, https://www.jetbrains.com/resharper/, personally for me the holy grail of extensions, I sometimes feel I don't know C# but rather I know Resharper, it will save you soooooooo much time. Most of its functionality is being rolled into Visual Studio now though.
Visual Studio Code
CTRL + SHIFT + P for the win
Docker, https://code.visualstudio.com/docs/containers/overview, add Dockerfile to workspace is my best friend. https://code.visualstudio.com/docs/containers/overview#:~:text=You%20can%20add%20Docker%20files,add%20them%20to%20your%20workspace.
Prettier, https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode , make your code pretty
Live Server, Launch a server for your static sites yes please, no more file path browsing - https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
GitLens - https://gitlens.amod.io/#features , see who did what, when and why in your IDE and also quickly see any changes you have made
That's probably enough for now
Have a great weekend, hope this was of help to someone ๐
Top comments (0)