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
-
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