Question about non-VS Code support and board support #302
-
Is the Micropy CLI compatible with other text editors like NeoVim? Also, are the stubs compatible with the ESP8266? Thanks! Also, I made an issue (#301) for visibility. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @vincentchov, Strictly speaking, One would only need to configure (or be able to configure) said LSP implementation to look for the stubs located in a project's Currently, Hopefully this answers your question, and sorry for taking a while to get to it. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @vincentchov,
Strictly speaking,
micropy-cli
provides standard PEP 484 stub files that are compatible with any python language server protocol implementation.One would only need to configure (or be able to configure) said LSP implementation to look for the stubs located in a project's
.micropy
folder. How this is done will vary of course depending on what IDE/editor you are using.Currently,
micropy-cli
only automates this process for vs-code, but there is nothing preventing support of other IDEs other than time :).Hopefully this answers your question, and sorry for taking a while to get to it. Thanks!