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

Suppress C# completion for statement blocks with angle brackets #14310

Closed
NTaylorMullen opened this issue Feb 22, 2019 · 1 comment
Closed

Suppress C# completion for statement blocks with angle brackets #14310

NTaylorMullen opened this issue Feb 22, 2019 · 1 comment
Assignees
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates bug This issue describes a behavior which is not expected - a bug. ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Milestone

Comments

@NTaylorMullen
Copy link
Contributor

With the addition of TagHelper (this is also true because of how Html support is currently enabled) support if you type:

@{
    if (1 + 1 < 2){ ... }
}

You will have C# completion pop up after the < at which point continued typing will result in a bad completion commit. We should suppress this.

@NTaylorMullen NTaylorMullen self-assigned this Feb 22, 2019
@Eilon Eilon transferred this issue from aspnet/Razor.VSCode Sep 23, 2019
@Eilon Eilon assigned NTaylorMullen and unassigned NTaylorMullen Sep 23, 2019
@Eilon Eilon added this to the 1.0.0-alpha4 milestone Sep 23, 2019
@Eilon Eilon added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates bug This issue describes a behavior which is not expected - a bug. cost: XS labels Sep 23, 2019
@NTaylorMullen NTaylorMullen added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Dec 10, 2019
@NTaylorMullen
Copy link
Contributor Author

Duplicate of #14286

@NTaylorMullen NTaylorMullen marked this as a duplicate of #14286 Dec 10, 2019
@ghost ghost added the Status: Resolved label Dec 10, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Jan 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates bug This issue describes a behavior which is not expected - a bug. ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

3 participants