coc
Here are 110 public repositories matching this topic...
-
Updated
Jun 25, 2020 - TypeScript
I feel like there is a bunch of people trying out the language server and it's not working for them, often because of missing configuration or installs. In the long term it would be great to improve error messages in these cases.
As a first step I think it would help to provide documentation for troubleshooting.
- How to collect information / logs and report them (e.g. in vs code or vim)
Nixos documentation
I have successfully installed the plugin in my Nixos system, and I was wondering why the documentation suggests to install and use rustup. (Disclaimer: very new to this.)
When using the Mozilla overlay, correct me if I'm wrong, you already get a channel. Then you fire up vim and coc, and it uses rustup to download and install another stable (or whatever) channel.
Instead I simply put ` "rust
-
Updated
Jun 10, 2020 - Vim script
-
Updated
Apr 4, 2020 - TypeScript
Hi,
After the recent update of intelephense there are a lot of issues with undefined symbols, types, failures to find the definition and so forth.
There are extremely few documents on inelephense and coc-phpls. It would really help if you would provide some kind of documentation on how to set up completion for a particular project.
Some points of the docs that would be very appreciated:
-
Updated
Apr 10, 2020 - Vim script
-
Updated
Jun 23, 2020 - Vim script
-
Updated
May 12, 2020 - TypeScript
-
Updated
Jun 24, 2020 - TypeScript
-
Updated
Jun 26, 2020 - Vim script
Improve this page
Add a description, image, and links to the coc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coc topic, visit your repo's landing page and select "manage topics."


MyPy ships with a daemon mode that amortizes the cost of type-checking you're entire codebase. It'd be great if
coc-pythoncould also usedmypyas a source of linting (in addition tomypy) to lower the latency of type errors.