What's Changed
- New Feature added: Added all current scaffold commands from context menu available in the command palette.
- New Feature added: Added template validation against the .NET SDK installed on the machine.
- Fix: Adjusted the AddProject command to work with the new template validation and project group selection.
Observations:
The commands available in the context menu follow a different workflow than the commands available in the command palette. The commands in the context menu will create the project or resource in the same clicked folder.
The commands in the command palette will ask the user to select the project, create or select the folder, and then create the project.
Expect a different interaction when using the commands in the context menu and the command palette.
All commands are available via shortcut keys. You can find the shortcut keys in the command palette.
Ctrl + alt + /
+p
- Create ProjectCtrl + alt + /
+c
- Create ClassCtrl + alt + /
+i
- Create InterfaceCtrl + alt + /
+r
- Create RecordCtrl + alt + /
+s
- Create StructCtrl + alt + /
+a
- Add Project to Solution
Full Changelog: 2.0.1...2.1.1