OmniSharp / omnisharp-roslyn

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
MIT License
1.78k stars 420 forks source link

Provide source file template #547

Open troydai opened 8 years ago

troydai commented 8 years ago

Today when a new file is added, it is empty. It takes additional effort to add namespace, license, class fixture and so on. These common parts can be automatically generated base on a template.

troydai commented 8 years ago

https://github.com/OmniSharp/omnisharp-vscode/issues/261

Need to be determined on which layer this feature to be implemented.

david-driscoll commented 8 years ago

In atom we use https://github.com/OmniSharp/generator-aspnet through a custom yeoman interface. I don't know if this belongs to the server or not.