Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the number of steps to create a class on a new file #424

Closed
kblok opened this issue Aug 22, 2023 · 1 comment
Closed

Reduce the number of steps to create a class on a new file #424

kblok opened this issue Aug 22, 2023 · 1 comment

Comments

@kblok
Copy link

kblok commented Aug 22, 2023

Type: Feature Request

If I write this line:

public MouseTest test1;

I can create the MouseTest class in a new file in one step in VS for Mac.

Screenshot 2023-08-22 at 17 42 04

This same task requires two steps in VS Code:

  • Generate class
  • Move type to new file
Screenshot 2023-08-22 at 17 43 33 Screenshot 2023-08-22 at 17 43 44

Extension version: 0.4.5
VS Code version: Code - Insiders 1.82.0-insider (Universal) (f125afbc800ec611f5a9ab1333c769832ce424b3, 2023-08-21T05:34:49.942Z)
OS version: Darwin arm64 22.5.0
Modes:

@microsoft-issue-labeler microsoft-issue-labeler bot added the area-templates Experiences around the project/item templates label Aug 22, 2023
@smitpatel smitpatel added area-roslyn and removed area-templates Experiences around the project/item templates labels Aug 22, 2023
@arunchndr
Copy link
Member

Should get covered via dotnet/vscode-csharp#5735. @akhera99 fyi on a code action to add to the test suite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants