File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Installing these plugins will add extra functionality to the language server:
80
80
- [ python-lsp-black] ( https://github.com/python-lsp/python-lsp-black ) : code formatting using [ Black] ( https://github.com/psf/black ) .
81
81
- [ pyls-memestra] ( https://github.com/QuantStack/pyls-memestra ) : detecting the use of deprecated APIs.
82
82
- [ pylsp-rope] ( https://github.com/python-rope/pylsp-rope ) : Extended refactoring capabilities using [ Rope] ( https://github.com/python-rope/rope ) .
83
+ - [ python-lsp-ruff] ( https://github.com/python-lsp/python-lsp-ruff ) : Extensive and fast linting using [ ruff] ( https://github.com/charliermarsh/ruff ) .
83
84
84
85
Please see the above repositories for examples on how to write plugins for the Python LSP Server.
85
86
@@ -142,6 +143,7 @@ pip install 'python-lsp-server[websockets]'
142
143
* Auto Completion
143
144
* [ Autoimport] ( docs/autoimport.md )
144
145
* Code Linting
146
+ * Code actions
145
147
* Signature Help
146
148
* Go to definition
147
149
* Hover
You can’t perform that action at this time.
0 commit comments