BlazorMonaco icon indicating copy to clipboard operation
BlazorMonaco copied to clipboard

How can I define a folding strategy

Open gmkado opened this issue 6 months ago • 1 comments

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.

gmkado avatar Jun 26 '25 01:06 gmkado

This API is not yet supported. But I'll add this to the backlog.

serdarciplak avatar Oct 13 '25 18:10 serdarciplak