I would like to add an editor to Visual Studio 2010, that should be similar to the one you get for Entity Framework, i.e. you get have a visual designer that save its own configuration to its own file and then generate code from that.
So the two aspects involve for this would be a visual representation for a specific file extension and the second is the code generation (or should the code be generated as the file is edited or only on a build?)
I’ve done some surfing but could not get any resources on how to do these specific things (especially the code generation part), any pointing in the right direction with resources maybe would be appreciated.
Microsoft’s Visualization and Modeling SDK – Domain-Specific Languages:
http://msdn.microsoft.com/en-us/library/bb126259.aspx
Quoting from the site: