LSP-OmniSharp icon indicating copy to clipboard operation
LSP-OmniSharp copied to clipboard

Convenience plugin to install/update OmniSharp for LSP

Results 19 LSP-OmniSharp issues
Sort by recently updated
recently updated
newest added

There's a legacy [OmniSharp package](https://github.com/OmniSharp/omnisharp-sublime) for Sublime Text 3 that has a very handy feature: It allows you to specify a solution file to use with OmniSharp in your sublime-project....

I already have Omnisharp installed in a different location than the default `$DATA/Package Storage/LSP-OmniSharp`, is it possible to change this in a settings variable maybe?

Symptoms similar to the Unity issue, but I'm opening this specificaly so maybe we can put some attention into the possibility of changing which Mono LSP-Omnisharp is using. I'm really...

cshtml support, that'd be nice. thank you.

At the moment only C#-standard comments (XML-like) are supported. They are massive and verbose in comparison with doxygen comments. DoxyDoxygen plugin for sublime allows to use doxy-styled comments over C#...

``` "env": { // TODO: Is this necessary on Windows/Linux? "FrameworkPathOverride": "${storage_path}/LSP-OmniSharp/.msbuild/Current" }, ``` I cannot find any reference anywhere that explains either `FrameworkPathOverride` or `storage_path`.

I'm getting the an error when trying to use OmniSharp, where it doesn't find any of the installed packages: ``` :: [17:56:32.218]

I installed this plugin hoping to use it with C# code for Godot. I think I must be missing some setup step, though, because the line `using Godot;` is currently...

Reading some code from [vscode-csharp](https://github.com/dotnet/vscode-csharp/blob/15e7940baf1fbc2890c3e7f184fdd8330865ca1a/src/omnisharp/server.ts#L414-L542) and [OmniSharp Wiki](https://github.com/OmniSharp/omnisharp-roslyn/wiki/Configuration-Options) it seems language server settings and configuration is handled completely different, than we are used to. I may be wrong, but those...