madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 119 forks source link

problem when creat new file .cpp (C++) #115

Closed dangdkhanh closed 2 years ago

dangdkhanh commented 2 years ago

Description

[vs2022. new file created but file content is for c#]

Steps to reproduce

  1. [shift+F2]
  2. [type: myfile.cpp]
  3. [that template file support only for .cs so file content is for c#]

Expected behavior: [an empty file or file with template as #include ]

Actual behavior: [Need support creat new file template for c++]

dangdkhanh commented 2 years ago

problem finally solved !