Helpful Visual Studio Code And Chrome Extensions
Following are the list of extensions which will help to write better code. VS Code Extensions: Code Spell Checker : - necessary for proper naming! CodeMetrics : - Gives a real time feedback on Cyclomatic Complexity for JS/TS Prettier Code Formatter : - Helps to format your code TODO Highlight : - highlights TODO vscode-solution-explorer : - Visual Studio like experience for solution explorer within VS Code BlackBox : It helps to give you a code snippet Visual Studio Extensions: CodeMaid : - Does the rudimentary job of code clean up - Developers can do better things Fine Code Coverage : - Gives a nice view of code coverage for C# projects Chrome Extension BlackBox : - It helps to copy the text from videos (like from youtube tutorial/or any other video) and you can paste it anywhere you want

Comments
Post a Comment