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 started getting this error after upgrading the coc-python plugin today (which also required upgrading to jedi 0.17.0). The `column` parameter is always one above the length of the line,...

Hi there, I really love the execInTerminal functionality but it would be even better if it could spawn a vertical terminal instead of a horizontal one. Not sure if this...

help wanted

I just ran into this: https://github.com/neoclide/coc-python/issues/94 So I think it would be good to make the README reflect this.

Invoking CocAction('format') results in following error: ``` 2020-08-07T14:59:05.078 ERROR (pid:21408) [attach] - Notification error: format [] TypeError: Cannot read property 'fsPath' of null at AutoPep8Formatter.provideDocumentFormattingEdits ( \AppData\Local\coc\extensions\node_modules\coc-python\lib\index.js:123320:49) at AutoPep8Formatter.formatDocument (...

whats the difference in arange and arrange in NumPy are they same?

# `:CocInfo` ``` ## versions vim version: VIM - Vi IMproved 8.2 8021185 node version: v14.5.0 coc.nvim version: 0.0.78-0ff42027ff coc.nvim directory: /home/username/.vim/plugged/coc.nvim term: dumb platform: linux ## Output channel: Python...

Hey how do I rename a module/file and have references update? Is it possible with coc-python?

Similarly to [cos-prettier's](https://github.com/neoclide/coc-prettier#prettierdisablesuccessmessage-default-false) `prettier.disableSuccessMessage` I would like to see option to disable `black`'s `[coc.nvim] Formatted with black` success message. Setting `coc.preferences.messageLevel` to `error` is not desirable as it silences number...

According to the README > Select your preferred Python interpreter/version/environment using the Select Interpreter command. By default we use the one that's on your path. I take this to mean...

When a python file A(`main.py` in the screenshot) has no mypy error but file B(`foo_module.py`) does, the error in the latter is shown in the buffer of file A. I...