Replies: 1 comment
-
If you want to take a stab at creating your own plugin, the cookiecutter-pylsp-plugin might be of interest to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There seems to be a working Copilot LSP plugin for Sublime Text already written in Python: https://github.com/TerminalFi/LSP-copilot
Am I thinking clearly that the "hard" parts are already done, and this would be a relatively easy port to a pylsp plugin?
Would a plugin like this enable Copilot completions in anything that uses python-lsp-server (such as Jupyterlab-lsp https://github.com/jupyter-lsp/jupyterlab-lsp )?
I am very unfamiliar with this, so I would love anyone's contribution or outline of what steps would need to be done for this to work.
Beta Was this translation helpful? Give feedback.
All reactions