Search found 1 match

by zouden
Tue Jun 18, 2019 2:37 pm
Forum: General Discussion and Questions
Topic: Micropython Language for VS Code
Replies: 7
Views: 7929

Re: Micropython Language for VS Code

Hi Jerremy, For language support I use this: https://github.com/Josverl/micropython-stubber Follow the instructions there and you'll get *most* of the micropython modules supported by pylint. It doesn't pick up 3rd party modules though. But it's better than nothing! Also, I wrote an extension called...