Search code examples
monodevelop

Where is Monodevelop file templates located on windows?


I need to change default templates for class files to include some "using" statements. Is it possible in Monodevelop?


Solution

  • It's not possible to modify the built in templates, except by modifying the MonoDevelop source and recompiling it. The templates are embedded into the dlls. However, you could create an addin that adds alternative templates.