🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@yaegassy/coc-csharp-ls

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yaegassy/coc-csharp-ls

csharp-language-server (csharp-ls) extension for coc.nvim

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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 the csharp-ls binary, default: ""
  • csharp-ls.args: Additional command-line arguments. Check the arguments using csharp-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

Keywords

coc.nvim

FAQs

Package last updated on 05 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts