BlazorMonaco icon indicating copy to clipboard operation
BlazorMonaco copied to clipboard

Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.

Results 47 BlazorMonaco issues
Sort by recently updated
recently updated
newest added

With the exception of Javascript, many of the languages supported in Monaco, and thus BlazorMonaco, do not have their own inbuilt language servers, just syntax highlighting. It would be amazing...

@serdarciplak It seems like you might've stopped supporting the project, it is a pretty good initiative and project, but it is a shame it is not being improved && maintained,...

I'm using this editor to support JSON file authoring. Out of the box this is supported and works fine. I'm also looking to validate and ensure that the authored JSON...

i find appendText in [https://microsoft.github.io/monaco-editor/api/interfaces/monaco.languages.EnterAction.html#appendText](url) and i want use appendText in BlazorMonaco now i add these code in BlazorMonaco ``` //add in MonacoEditor.razor public async Task AppendText(string newValue) { if...

Currently the scrolling settings allow me to always capture the scroll events or not. When always capturing, the page doesn't scroll at all when scrolling with the mouse over the...

From the [api](https://microsoft.github.io/monaco-editor/api/modules/monaco.editor.html#setmodelmarkers) there's a way to provide inline markers which appears to be missing from this API

Is there a way to data-bind the value to a string or a string property of an object? I have not seen any documentation on data binding at all.