-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fold C# statement keyword blocks #10496
Conversation
|
||
namespace Microsoft.AspNetCore.Razor.LanguageServer.Folding; | ||
|
||
internal sealed class RazorCSharpStatementKeywordFoldingProvider : AbstractSyntaxNodeFoldingProvider<CSharpCodeBlockSyntax> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this not need to be registered somewhere in the LSP server?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed the test adds manually. Definitely needs to be added to the lsp composition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMG 🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️
I even tested this is VS after writing on the issue that it works in VS regardless of this code.
Thank you!
Fixes #10443