LSP OnTypeFormatting request doesn't work properly for \n #47691
Labels
Area-IDE
Concept-Continuous Improvement
LSP
issues related to the roslyn language server protocol implementation
Milestone
Version Used: 16.8.0 Preview 4.0 [30510.80.main]
Steps to Reproduce:
Example, (pipe is request location)
\n
)Expected Behavior:
Returns edits to make the code look like below,
Actual Behavior:
No edits returned
Note: onTypeFormatting works fine for
;
and}
trigger charactersTracking issue on Razor: https://github.com/dotnet/aspnetcore/issues/23753
The text was updated successfully, but these errors were encountered: