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

Python LSP plugin for the Lapce editor

Results 9 lapce-python issues
Sort by recently updated
recently updated
newest added

When developing in python, is normal that different projects have different env. We can use, venv, poetry, etc. How we indicate to the plugin which venv we want to use?

Hi @superlou, Thanks for building the plugin. Would you be interested in changing the current lsp to pyright as it's quite popular and powers Vscode's python extension. If you are...

It there anyone can set this up now? i try to install python-lsp-server on my system, in a virtualvenv, it just show not thing to me I'm using Arch Linux...

I installed the plugin (v0.3.2) and I installed `python-lsp-server` as described in the ReadMe. I also tested that pylsp is reachable in the path. The plugin works when I start...

```[configuration.options] or [configuration.options.pylsp] # Options passed to the LSP server "pylsp.plugins.autopep8.enabled" = false "pylsp.plugins.yapf.enabled" = false "pylsp.plugins.mccabe_lint.enabled" = false ``` Passes expected structures into the pylsp initialization, but unclear how...

I'm having trouble using this plugin since it's a little too eager to autocomplete. For example, `if a:` autocompletes to `if a:`. Is there a setting to deal with this...

I may have wrongly configured the langage server and/or rope, but does it support symbol renaming that can be performed by rope ? I can see that a '.ropeproject' folder...

Can you register your plugin for Lapce's plugin registry? Otherwise the Python LSP won't be shown in Lapce's installable Plugins. https://docs.lapce.dev/development/plugin-development

I would like to use `ruff-lsp` for linting and formatting and `python-language-server for completions` (ruff doesn't do completions). When activating both plugins at the same time, linting is not working...