Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Language Server Support #53

Open
FeroxFoxxo opened this issue Feb 27, 2022 · 1 comment
Open

Feature: Language Server Support #53

FeroxFoxxo opened this issue Feb 27, 2022 · 1 comment

Comments

@FeroxFoxxo
Copy link

FeroxFoxxo commented Feb 27, 2022

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.

@kevmoens
Copy link

kevmoens commented Aug 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants