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

New prop semantic snippet doesn't place cursor where expected #64731

Closed
DoctorKrolic opened this issue Oct 14, 2022 · 1 comment · Fixed by #64732
Closed

New prop semantic snippet doesn't place cursor where expected #64731

DoctorKrolic opened this issue Oct 14, 2022 · 1 comment · Fixed by #64732

Comments

@DoctorKrolic
Copy link
Contributor

Version Used:
17.4 Preview 3

Steps to Reproduce:

class MyClass
{
    $$
}

Invoke completions at $$
Select prop snippet
Press Enter

Expected Behavior:

class MyClass
{
    public int MyProperty { get; set; }$$
}

Actual Behavior:

class MyClass
{
    public int MyProperty {$$ get; set; }
}

Demo:
propBug

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 14, 2022
@arkalyanms arkalyanms added New Feature - Semantic Snippets Bug and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 17, 2022
@arkalyanms arkalyanms added this to the 17.5 milestone Oct 17, 2022
@arkalyanms
Copy link
Member

@akhera99 There was a feedback around this as well I sent to you. Please dup. Thanks!

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

Successfully merging a pull request may close this issue.

3 participants