rsaz / csharp-snippet-productivity

The complete snippet toolbox for C#"
MIT License
19 stars 6 forks source link

Bug: Create Project button won't light up #8

Closed mikael-bergstrom-ntisthlm closed 2 years ago

mikael-bergstrom-ntisthlm commented 2 years ago

In the Create Project dialog, the button won't light up unless either:

To reproduce:

rsaz commented 2 years ago

Hi @mikael-bergstrom-ntisthlm sorry for the long wait, but you can find a solution for your request in the version 1.2.9. Now when you create the project and give it a name to your project and press tab, solution gets copy project name as visual studio and the path which is based on the configuration {"csharp-snippet-productivity.defaultFolderForProjectCreation": "C:\your path",} is set automatically, so the button highlight just after the first tab you press.

Thank you for your patient and help on making the extension better.