BlazorMonaco icon indicating copy to clipboard operation
BlazorMonaco copied to clipboard

Feature: Language Server Support

Open FeroxFoxxo opened this issue 3 years ago • 1 comments

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 to have the ability to easily add language servers, like with what https://www.npmjs.com/package/monaco-languageclient does, but reimplemented in C#.

One of the most common reasons I can see for this is, if you're using BlazorMonaco, you may want to use C# in the editor, and thus you'd probably want a language server for intelisense like the following adds support for-> https://github.com/OmniSharp/csharp-language-server-protocol

If not, an example of the implementation of such would be rather useful aswell.

FeroxFoxxo avatar Feb 27 '22 08:02 FeroxFoxxo

I worked through this using OmniSharp in my project. Ellabit It is a Blazor WebAssembly PWA.

kevmoens avatar Aug 05 '22 20:08 kevmoens