A bunch of quality refactorings and code fixes that are going to improve your C# development experience in Visual Studio and remove some common pain. See the change log for changes and road map. NoteAs Visual Studio evolves more features get added to it and some of them start duplicating features from this extension. Duplicate features are disabled/removed from this extension to insure the best user experience possible with a given version of Visual Studio. A list of such features is provided near the end of this document. Features
Add/Remove bracesAllows you to quickly add missing braces to single statements: It works both ways and allows you to remove braces if you prefer so. Change access modifier on type declarationsCtrl+. on a type declaration (either top level or nested) and choose one of proposed options. Generate GUID (nguid)Just type and press TAB: Initialize field in existing constructorCtrl+. on a field and choose Initialize field in existing constructor. Locate in Solution ExplorerThere is a standard command in Solution Explorer called 'Sync with Active Document'. People coming from ReSharper will appreciate its Shift+Alt+L equivalent. To avoid conflicts with some internal VS commands ALT+L key binding was chosen by default which can be changed in VS settings if needed. The command is available in the code editor either from the context menu or as a shortcut. Make it a constructor (when copied from another class)Sometimes you copy code from another class into a new one and this quick fix allows you to update the constructor name. Namespace vs file path analyzerAnalyze if a top level namespace does not match the path of the file where it is declared or does not start with the project's default namespace. VS 2019 and above provide a corresponding code refactoring out of the box, hence only the analyzer part will remain enabled in this extension. Scaffold xunit data driven testsIf you're a fan of Xunit data driven tests this one's going to be a little time saver for you. You can scaffold As well as If your Note that this feature works with Xunit 2.x only. Settings page (ability to enable/disable individual features)All features can be individually enabled or disabled. Analyze if type name matches file nameAnalyzes if a top level type name matches the name of the file where it is declared and displays a warning if not. VS 2017 and above provide code refactorings to rename types and file names to match each other out of the box. Deactivated features
ContributeCheck out the contribution guidelines if you want to contribute to this project. License |