Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
170 stars 14 forks source link

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

Closed vincentchov closed 2 years ago

vincentchov commented 2 years ago

Sorry if this the wrong place to ask questions, but is the Micropy CLI compatible with other text editors like NeoVim? Also, are the stubs compatible with the ESP8266? Thanks!

Josverl commented 2 years ago

I have published the micropythin-esp8266-stubs to PyPi
https://pypi.org/project/micropython-esp8266-stubs/

if neovim understands python stubs, it should work, or work for the best part.

I'd start with just installing the stubs

please do let me know if it works, and if any special configuration is needed , as others may want to use the same.

For Micopy-cli you should really ask Braden in the discussions / isses in that repro. I do not think that pasting the question elsewhere will get you that answer any sooner.