ktnrg45 / vs-code-cython

VS Code Language Extension for Cython
MIT License
42 stars 3 forks source link

I managed to connect cyright in NeoVim, so how can we maintain both VSC and Vim then? #12

Open alexveden opened 1 year ago

alexveden commented 1 year ago

Hi, thanks for a great tool!

I'm writing here because cyright repo doesn't have an issues section. Anyway, I would like to participate in developing Cyright project because I'm struggling to find any LSP server for Cython. Specifically, I want to implement NeoVim plugin for Cython.

Do you expect Cyright to be a specifically built for only Cython, or work for both worlds?

How can I start contributing to fix bugs on Cyright project (I have found some)?

ktnrg45 commented 1 year ago

Hi,

Thanks for the interest in contributing. You can make a pull request in the cyright repo for bug fixes.

From what I understand from pyright, the LSP should conform to the LSP standard so it should be useable with other IDE's, although I have not tried it myself. There are some features that are VsCode specific however. The plan is to keep it that way. I hope that answers your question.