Results 60 comments of Jarmo Pertman

Anyone wants fame? No?

I tried to make C# semantic completion to work by using @OmniSharp csharp-language-server-protocol LSP server, but could not do it since I'm not too familiar of how these things should...

Good tip! I managed to compile https://github.com/OmniSharp/omnisharp-roslyn however when configuring it in `TabNine.toml` like this (for Vim): ``` [language.cs] command = "C:\\bin\\win7-x64\\OmniSharp.exe" ``` I just see "The language server exited...

I also tried `-lsp` switch (-lsp | --languageserver Use Language Server Protocol.), like this: ``` [language.cs] command = "c:\\bin\\win7-x64\\OmniSharp.exe" args = ["-lsp"] ``` No difference.

What part? If I execute OmniSharp.exe myself then it seems to work as expected so it seems to be more like a TabNine or its configuration problem. That's why I...

Do you have any suggestions as to how could I test it manually? By just running it, it does not show any output and keeps running (does not crash) -...

@Shougo do you know that this is the case or do you suspect that this is the case?