EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined...
More information
Are you sick of Add Reference dialog box inside Visual Studio? I am. So here it is. From now on, add your references from PMC (Package Manager Console). For instance, in order to add System.Web as reference to the project named MyApp1, type this; Add-Reference System.Web MyApp1 in order to remove...
More information
MinoriEditorStudio is an application shell similar in concept to the Visual Studio Shell.
This uses AvalonDock and has an MVVM architecture based on MvvmCross.