Skip to content

Question about non-VS Code support and board support #302

Answered by BradenM
vincentchov asked this question in Q&A
Discussion options

You must be logged in to vote

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!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BradenM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants