BlazorMonaco
BlazorMonaco copied to clipboard
How can I define a folding strategy
I want to add code folding using #region and #endregion similar to how vscode handles these keywords.
Is this exposed in the API? I was able to get markers working with Global.SetModelMarkers, but I couldn't see how to set up a folding range provider., which I think is what is required here.
This API is not yet supported. But I'll add this to the backlog.