RomeTizzle
RomeTizzle

Reputation: 1

Prevent Visual Studio from naming classes automatically?

Silly question: I am looking through the options in VS for something that will allow me to prevent VS from automatically creating (or at least automatically naming) the starting files when you create a new project. When I create a new Windows Form application, for example, and I name both the project and the solution "ExampleForm," VS will create the project but add a default Form1.cs file. I would think it would at least name the first file after the project/solution.

Is there any setting for this?

Upvotes: 0

Views: 89

Answers (1)

Jernej Gorički
Jernej Gorički

Reputation: 894

I think you will have to define your own Visual studio template

Upvotes: 4

Related Questions