You can create your own templates for common types of projects, such as templates for C # files, for a class library project.
What about the database project scenario?
I would like to define a standard template for adding a stored procedure that uses company conventions for all stored procedures, such as the standard comments at the top.
After looking at the MSDN article on this topic, it seems that the database project is not supported:
Figure 5 Template Elements for an Element
ProjectType | Specifies the type of project to which this item can be added. Possible values include CSharp, VisualBasic, VisualC, JSharp, and Web.
source
share