BlazorMonaco
BlazorMonaco copied to clipboard
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
I created an Aspire project that in turns create a Blazor web frontend. And follow the following given instructions: Step 1: I added the Blazor.Monaco Nugget package as instructed. Step...
I assume this is probably an easy one and I am doing something wrong as I am not a Blazor expert. I have a page that needs to check the...
I have installed and configured the BlazorMonaco in my Blazor WebAssembly application as directed here: [https://github.com/serdarciplak/BlazorMonaco](https://github.com/serdarciplak/BlazorMonaco) The editor is shown below:  Below is my razor file: Home.razor ``` @page...
Hi, thanks for the port It's awesome. I want to get the code selection from the provideCompletionItems delegate, like the javascript example on the Monaco playground: ``` monaco.languages.registerCompletionItemProvider("json", { provideCompletionItems:...
Consider this file: ```csharp @page "/" @using BlazorMonaco.Editor Home Hello, world! Toggle @if (visible) { Visible! } Welcome to your new app. @code { private string content = "{}"; private...
Related discussion: https://github.com/serdarciplak/BlazorMonaco/issues/136
. NET Core platform deployed under Linux OS integrates this editor, but when accessed through other computers(linux os or windows os, the right-click menu only shows the cut, copy menus...
In this issue https://github.com/microsoft/monaco-editor/issues/1833, I found that I need to set 'semanticHighlighting.enabled': true to support code highlighting, but the editor doesn't have this parameter by default. 
1.Configuration language 2.Configure the buttons and method bindings displayed