Serdar Ciplak

Results 23 comments of Serdar Ciplak

Some features you need may already be implemented. I've tried to keep everything in parallel to the original Monaco Editor javascript API. So, you may check how to do something...

You're right. You cannot register custom languages in Blazor yet. As of now, you can register the language in Javascript and use it in Blazor.

Yes, that's correct. The `SetModelLanguage` method is moved to the `BlazorMonaco.Editor.Global` class in a newer release.

#98 fixes the static `IJSRuntime` issue and it should now be compatible with server-side apps. To sum up, server-side apps does not use the static instance but expects the app...

Closing due to inactivity.

v3.1.0 of BlazorMonaco supports completion item providers. You can check that out.

Please see the note at the bottom of this README section : https://github.com/serdarciplak/BlazorMonaco#css-styling

Closing due to inactivity.

The `get_Value` method mentioned in the stack trace is not the `GetValue` method of the editor instance. So, it's not related to your GetValue calls. According to the stack trace,...