csharpextensions icon indicating copy to clipboard operation
csharpextensions copied to clipboard

Keyboard shortcut creates file in root

Open massimilianokraus opened this issue 6 years ago • 0 comments

  1. I create a shortcut on the "Add new C# class" command.

Steps:

  1. I create a folder in my C# project, like "Models"
  2. I select the folder
  3. I use the shortcut

Result: the file is always created in the root of the project, not in the Models folder, missing also the correct namespace.

Instead, if I use the context-menu through the right-click, the class in created in the correct folder with the correct namespace.

massimilianokraus avatar Sep 11 '18 21:09 massimilianokraus