1

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

mmessuri's avatar
11
mmessuri
asked 2025-09-04 20:40:50 -0500
Wingware Support's avatar
4.3k
Wingware Support
updated 2025-09-05 17:44:51 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

Wingware Support's avatar
4.3k
Wingware Support
answered 2025-09-05 17:44:36 -0500
edit flag offensive 0 remove flag delete link

Comments

1

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

mmessuri's avatar mmessuri (2025-09-07 16:46:41 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer