wing11 micropython support
I was wondering if anyone is using Wing Pro (im using v11) for micropython programming and if so, how did you go about setting up the wingide to support micropython
I was wondering if anyone is using Wing Pro (im using v11) for micropython programming and if so, how did you go about setting up the wingide to support micropython
There's no specific support for micro-controllers in Wing, in part because the debugger can't really run on one. So Wing would end up just being an editor and you might add scripts or OS Commands to make some tasks easier. This is based on our assessment of what would be possible from some years back, when we decided not to pursue this. It's possible things have changed and we could now add better out-of-box support using an emulator and other things, and we'll try to take another look at this, but as of right now the IDE doesn't have any custom support for micro-controllers.
Thank you for that information and I guess I will just focus on using VS Code for my Micropython coding (luckly Micropython coding is only less than one percent of the python code I do so I can happly continue on with WingIDE
To enter a block of code:
Comments