Skip to content

Fix completion resolve for provisional completion#12403

Merged
davidwengier merged 3 commits intodotnet:mainfrom
davidwengier:FixResolveProvisionalCompletion
Oct 28, 2025
Merged

Fix completion resolve for provisional completion#12403
davidwengier merged 3 commits intodotnet:mainfrom
davidwengier:FixResolveProvisionalCompletion

Conversation

@davidwengier
Copy link
Member

Fixes #4351

When typing @DateTime. in Razor, we modify the generated C# document to add the . before doing completion. We weren't doing that before resolve though, so resolve failed, and we didn't provide tooltips.

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

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

:shipit:

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.

VS Code : There is no explanation for the method in intellisense Completion list

3 participants