coc.nvim icon indicating copy to clipboard operation
coc.nvim copied to clipboard

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

Results 95 coc.nvim issues
Sort by recently updated
recently updated
newest added

Synchronize changes from vscode-langaugeclient - Separate feature classes from client.ts, add features.ts. - Add `preInitialize()` and `getState` to `DynamicFeature` and `StaticFeature`. - Promise support of methods from `TextDocumentSynchronizationMiddleware`. - `sendProgress()`...

enhancement

## Result from CocInfo ``` ## versions vim version: NVIM v0.7.2 node version: v17.9.0 coc.nvim version: 0.0.82-d8561387 2022-08-07 04:42:37 +0800 coc.nvim directory: /home/yang.tian/.vim/plugged/coc.nvim term: tmux platform: linux ## Log of...

**Is your feature request related to a problem? Please describe.** when the (new, custom) autocomplete menu pops up above the text, the closest match is on top of the menu,...

"Smart-case" search means that if the search term is all lowercase, then the search will be case-insensitive. If there is any upper-case character, then the search is case-sensitive. Therefore, "Foo"...

I've try to port some vscode extensions. (like [mintlify](https://github.com/mintlify/vscode-docs)) However, this extension uses the `MarkdownString` API, so it's a bit difficult to port to coc. So I tried to migrate...

Because msys simulates the linux environment, the path format used in msys is the same as the linux path format. But there is a path conversion tool in [msys2](https://www.msys2.org/docs/filesystem-paths/#manual-unix-windows-path-conversion) `cygpath...

## Result from CocInfo ## versions vim version: NVIM v0.6.1 node version: v17.5.0 coc.nvim version: 0.0.80-c7d7756089 coc.nvim directory: /home/jackieli/.dotfiles/nvim/plugged/coc.nvim term: tmux platform: linux ## Log of coc.nvim 2022-03-02T18:52:04.618 INFO (pid:1633017)...

enhancement

The lua functions could be much faster, could help to reduce the block on neovim.

Coc is working now, but still lots of work ahead to make it better. Let me know if you have some ideas for it. * [x] Works in vim. *...