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

Is there a way to hide the "Python \ \" line from the statusbar when using coc#status? It would be nice to have this as a json config like [coc-spell-checker](https://github.com/iamcco/coc-spell-checker)...

Thanks for your great work. Is it possible to install mpls offline instead of downloading it on opening .py files?

Hi, My config looks like this: ``` { "diagnostic.errorSign": ">>", "diagnostic.warningSign": ">", "python.formatting.provider": "black", "python.sortImports.path": "isort", "python.linting.flake8Enabled": true, "coc.preferences.formatOnSaveFiletypes": [ "css", "markdown", "Markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "python", "rust", "json"...

fix #160 I don't know how I can check it work correctly, but I confirmed as below: 1. `yarn build` 1. `cp lib/index.js ~/.config/coc/extensions/node_modules/coc-python/lib` 1. `http_proxy=http://myproxy:8080 https_proxy=http://myproxy:8080 nvim a.py` 1....

I'm trying to rename a function, but I'm getting this error: `Refactor failed. Syntax error in file line : invalid syntax` This is a django project with includes frontend stuff...

Rope version 0.16.0 doesn't seem to be compatible with this library. Rename works alright with Rope version 0.14.0, but I get nothing on 0.16.0. Python: 3.7.6 Neovim 0.5.0dev Latest coc,...

bug

Some users might want to use a different Python language server binary than the one automatically downloaded by the extension. For example, on some distributions of Linux, the official binaries...

When I `gd` on `some_function` defined in a different file, the navigation just takes me to the importing statement `from local_module import some_function` instead of leading to the original file...

invalid

Can coc-python support the following configuration of coc.nvim? ``` " Highlight the symbol and its references when holding the cursor. autocmd CursorHold * silent call CocActionAsync('highlight') ``` @alcesleo @theangryangel @chemzqm...

I run a musl-based system, so the version of MSPLS that coc-python automatically downloads won't run for me. Would it be possible to add a configuration option for providing a...