Yatao Li
Yatao Li
> I can't jump to the definition/type/etc if it's another library. We can probably do this in `coc-utils` -- my `coc-fsharp` plugin also has this problem. Would be super cool...
hmmm why are there two `cs` sources to begin with? could you please try the latest version? thanks.
@qhj I don't think it's the same issue.
completion, diagnostics, symbols are already supported. as for CodeActions -- it depends on when Omnisharp decides to bring LSP-compatible code actions into play. Currently, omnisharp seems to support that with...
@artkpv @Tantol thanks. I'll make a new work item to reformat the incoming doc string..
hi @thatnerdjosh ! check this out: https://github.com/coc-extensions/coc-fsharp/blob/master/client/repl.ts
If you could make a PR ;) `coc-utils` has REPLProvider so all you need to do is to figure out how to configure the C# REPL
I searched around and it looks like there are a few options -- `csi`, `scriptcs`, `dotnet-script`, etc. `dotnet-script` seems good: `dotnet tool install -g dotnet-script`
😱 it spawned 4 language servers
Should work with the channel `coc-omnisharp` -- could you try again? The initialization process is improved.