coc-python icon indicating copy to clipboard operation
coc-python copied to clipboard

Python extension for coc.nvim, fork of vscode-python

Results 100 coc-python issues
Sort by recently updated
recently updated
newest added

I noticed that [coc-metals](https://github.com/scalameta/coc-metals) can be installed with either `:CocInstall` or with `vim-plug`. I prefer the `vim-plug` method since it can be saved to my dotfiles. I was wondering if...

Code formatting is useful in general. But sometimes, I just do not want to use it. For example, when I want to append the library to `sys` in the first...

It would be useful to be able to customize the `PYTHONPATH` used by `pylint` on a per-project basis. I found a work-around, although it is somewhat circuitous. First, I created...

## Result from CocInfo ## versions vim version: VIM - Vi IMproved 8.2 8020814 node version: v14.4.0 coc.nvim version: 0.0.78-263ec93b2c coc.nvim directory: /home/dw/.vim/plugged/coc.nvim term: dumb platform: linux ## Describe the...

I installed `anaconda` on my laptop and installed a couple of packages including `torch` via `pip`. After I selected the interpreter from `anaconda`, it looks like nothing was wrong: ![image](https://user-images.githubusercontent.com/65698607/87404536-d7b4e180-c5f0-11ea-8041-3a9d5da33546.png)...

Hi! Thank you so much for this library and all the work you do with CoC. It has really made all my workflows feel so much more modern! I am...

If I specify the return type for a function, signature is shown twice for `show_documentation()`: ![image](https://user-images.githubusercontent.com/5617397/86845971-e7916a80-c0b2-11ea-98cb-727b47cdf19e.png) Doesn't happen if return type is empty.

The ```python.startREPL``` command sends the python file to the terminal, but it will not be executed automatically. ![批注 2020-07-05 185109](https://user-images.githubusercontent.com/31891793/86531047-9b96c800-bef0-11ea-8c3f-10c34e8c9aa1.png)

:call CocAction('doHover') tends to be generic for numpy objects. E.g., numpy.add simply shows `add: ufunc`. I'm guessing this is related to either Jedi or numpy docstrings, so this may simply...

When need a transpose() function,Can't prompt for code completion,There are also many APIs that cannot be prompted,Very inconvenient my coc-settings.json: How to set?