@yaegassy/coc-csharp-ls
v0.1.1
Published
csharp-language-server (csharp-ls) extension for coc.nvim
Downloads
14
Maintainers
Readme
coc-csharp-ls
csharp-language-server (csharp-ls) extension for coc.nvim
Install
CocInstall:
:CocInstall @yaegassy/coc-csharp-ls
scoped packages
e.g. vim-plug:
Plug 'yaegassy/coc-csharp-ls', {'do': 'yarn install --frozen-lockfile'}
Note
You need to install the csharp-language-server and ensure the csharp-ls
command is available in your execution path.
Configuration options
csharp-ls.enable
: Enable coc-csharp-ls extension, default:true
csharp-ls.path
: Custom executable path for thecsharp-ls
binary, default:""
csharp-ls.args
: Additional command-line arguments. Check the arguments usingcsharp-ls --help
, default:[]
csharp-ls.trace.server
: Traces the communication between coc.nvim and the csharp-ls, default:off
Thanks
License
MIT
This extension is built with create-coc-extension