Skip to content

Release v2.1.1

Latest
Compare
Choose a tag to compare
@rsaz rsaz released this 19 Jan 06:24

What's Changed

  • Feature/22 command main menu vscode by @rsaz in #28
  • 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 Project
  • Ctrl + alt + / + c - Create Class
  • Ctrl + alt + / + i - Create Interface
  • Ctrl + alt + / + r - Create Record
  • Ctrl + alt + / + s - Create Struct
  • Ctrl + alt + / + a - Add Project to Solution

Full Changelog: 2.0.1...2.1.1