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

Fix Auto Insert XML Comment Issue #6130

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Conversation

akhera99
Copy link
Member

Fixes #6039

@akhera99 akhera99 requested a review from dibarbet August 14, 2023 22:22
@akhera99 akhera99 requested a review from a team as a code owner August 14, 2023 22:22
src/lsptoolshost/roslynLanguageServer.ts Outdated Show resolved Hide resolved
Co-authored-by: David Barbet <dibarbet@gmail.com>
@akhera99 akhera99 enabled auto-merge (squash) August 14, 2023 22:33
@akhera99 akhera99 merged commit 19967db into dotnet:main Aug 14, 2023
3 of 4 checks passed
Comment on lines +864 to +865
// The server expects the request position to represent the caret position in the text after the change has already been applied.
// We need to calculate what that position would be after the change is applied and send that to the server.
Copy link
Member

Choose a reason for hiding this comment

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

❔ Can you point me to the public LSP specification documentation for this behavior?

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.

ENTER key does not work on lines following XML comments
3 participants