omnisharp-node-client
omnisharp-node-client copied to clipboard
node client for the omnisharp-roslyn server
This is a placeholder for when https://github.com/OmniSharp/omnisharp-roslyn/pull/190 is implemented. We should call /stopserver when it's time to kill off the server.
I'm sending a Language Server Protocol "Rename" request. I can see via telemetry events that this get processed fine (I'm renaming `i` variable to `blah`), but the result is empty:...
I'm connecting a Java client to omnisharp-node-client Language Server implementation. However, I don't manage to get completion or other output from it, whereas the same requests work with VSCode's Language...
I'm invoking `textDocument/definition`. The returned range starts correctly, however the end isn't set. The expectation would be in this case that the range gets to the last character of the...
It try to run this command: ``` mono /Users//.atom/packages/omnisharp-atom/node_modules/omnisharp-client/omnisharp-linux-mono/OmniSharp.exe ``` But there isn't the exe file. I'm on Mac OS X 10.11.4 BTW. There's no build-server.sh either.
Installing omnisharp-client consumes 96MB on disk while OmniSharp itself just the half (46MB). tsd and typescript, which seem like dev dependencies, sum up to 26MB. So some low hanging fruit...