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

Undo temporary 'using' keyword hack #6933

Merged
merged 4 commits into from
Mar 3, 2024

Conversation

alexgav
Copy link
Contributor

@alexgav alexgav commented Feb 26, 2024

Removing temporary hack to add "using" keyword to completion since we have a better change to add it in both VS and VSCode (see dotnet/razor#9982).

For the most part it's an undo of prior PR #6441, but keeping one minor change from there that adjust completion item kind which is off by one with VS, this one

https://github.com/dotnet/vscode-csharp/blob/7e16947e68cb7a70177d3afba1d4e5116574259b/src/razor/src/completion/razorCompletionItemProvider.ts#L91C1-L93C18

which seems like a good change to keep.

@alexgav alexgav requested review from a team as code owners February 26, 2024 21:17
Copy link
Contributor

@davidwengier davidwengier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

We should do the corresponding Razor insertion in this branch before merging.

@davidwengier
Copy link
Contributor

davidwengier commented Mar 2, 2024

Inserted a new Razor build into this PR, which also includes dotnet/razor#10014 to fix https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1977817

@davidwengier davidwengier merged commit d9eab71 into main Mar 3, 2024
11 of 13 checks passed
@davidwengier davidwengier deleted the dev/alexgav/UndoUsingKeywordHack branch March 3, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants