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

## Result from CocInfo ``` ## versions vim version: VIM - Vi IMproved 8.2 8020450 node version: v10.16.3 coc.nvim version: 0.0.78 coc.nvim directory: /Users/Samu/.vim/bundle/coc.nvim term: iTerm.app platform: darwin ## Output...

Can't reproduce

I don't have python2 installed. Is there a way to remove or silence the following error that appears every time I enter a python file? `[coc.nvim]: Uncaught exception: spawn python2...

## Result from CocInfo ``` ## versions vim version: VIM - Vi IMproved 8.2 8021989 node version: v15.3.0 coc.nvim version: 0.0.79-6fe357fc97 coc.nvim directory: /home/lennart/.vim/plugged/coc.nvim term: dumb platform: linux ## Log...

The default exclude list is unconfigurable -- which is a problem for me as I have a `.../deps/...` folder that I don't want to ignore. Where this this come from,...

**OS:** Windows 10 Pro v 20H2 **Build:** 19042.630 **Neovim Version:** 0.4.4 **Python Version:** 3.9.0 **Error Message:** [coc.nvim]: Uncaught exception: write EPIPE I am using the same neovim configuration on Windows...

python version:3.8.2 vim version: 8.1 system: ubuntu 20.4 Config.json: python.JediEnabled:false install: pip3 install 'python-language-server[all]' :CocInstall coc-python example: import os os. the can not complement,and have an error:"NotImplementedError: Python version None...

I get this Pyright errors in neovim which are wrong. It says the import pygame cant be resolved but everything works fine in the code. Is there a way to...

Currently, workspace symbols are shown relative to `.vscode` which shows incorrectly when `python.workspaceSymbols.tagFilePath` is set to different location. With this change, correct paths are shown for workspace symbols.

I got the error that "[coc.nvim] Black does not support the "Format Selection" command" when trying to apply `coc-format-selected`. Is this a limitation of black or of coc-python?

For some reason, sometimes, the auto formatter is deleting entire functions in my python files! I save inside vim with `:w`, and then it auto formats with black, but then...