LSP-OmniSharp
LSP-OmniSharp copied to clipboard
Convenience plugin to install/update OmniSharp for LSP
Also allows the configuration of the omnisharp server version using the package settings. *I haven't tested this on a macOS system yet* :grimacing: This is very much a "works for...
I am new to Sublime Text and just installed it with this plugin. I made sure that I installed all of the other requirements specified. When trying to get intellisense,...
When I upgraded Unity my project files ceased to load in LSP-Omnisharp. In VSCode the project still loads properly and this is probably due to the dated version of Omnisharp...
> sublime text 4 on windows. The only feature that I can get to work is syntax highlighting such as "unnecessary using directive" or "; expected" type errors. Other LSP...
I prefer to use .NET 6 when coding in C# so that I don't have to declare `using System;` or the main method, but I get an error whenever I...
Hi, When I set this configuration: ```json // Settings in here override those in "LSP-OmniSharp/LSP-OmniSharp.sublime-settings" { "settings": { "csharp.referencesCodeLens.enabled": false, } } ``` The viewed file with Omnisharp still shows...
Consider the following code, I want to "dim" or use custom coloring on the unreachable or unused code. Couldn't find a way to achieve this with semantic highlighting, the LSP...
LSP GoTo definition doesn't open the definition on external references. Tested using Unity game engine. Doesn't matter if I have `omnisharp.enableDecompilationSupport` `true` or `false`. ``` Unable to open /E/project/P/Assets/_game/script/$metadata$/Project/p/Assembly/UnityEngine/CoreModule/Symbol/UnityEngine/Debug.cs Traceback...
I find it useful when other occurances of the symbol under the caret are highlighted, makes it easy seeing the immediate usages. But this doesn't seem to work in LSP-OmniSharp...