Sublime Text MicroPython Tools

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
User avatar
Bisguzar
Posts: 2
Joined: Sat Mar 19, 2016 12:20 pm

Sublime Text MicroPython Tools

Post by Bisguzar » Wed Jun 13, 2018 9:50 pm

Hello everyone,

I'm an hobbyist. I'm playing with MicroPython sometimes but it wasn't easy for me. So I created a Sublime Text 3 plugin for it. You can do basic operations with it (pull/push file, delete file etc.). I'm working on new features (bootloader writer, uPiP assistant etc.) It has a few issues already. Not working very well. If you find any issue else please create an issue on github or send a PR.

https://github.com/bisguzar/st3-micropython-tools

User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: Sublime Text MicroPython Tools

Post by rcolistete » Thu Jun 14, 2018 4:28 pm

Have you seen this other MicroPython plugin for Sublime Text ?
https://github.com/gepd/uPiotMicroPythonTool
Maybe a collaboration would be better than develop in parallel.
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

User avatar
Bisguzar
Posts: 2
Joined: Sat Mar 19, 2016 12:20 pm

Re: Sublime Text MicroPython Tools

Post by Bisguzar » Thu Jun 14, 2018 6:34 pm

[quote=rcolistete post_id=28129 time=1528993701 user_id=1143]
Have you seen this other MicroPython plugin for Sublime Text ?
[url]https://github.com/gepd/uPiotMicroPythonTool[/url]
Maybe a collaboration would be better than develop in parallel.
[/quote]

No, I couldn't see that. I'm not sure why its not available on Package Control. It will better for me too. Thanks for information ^^

Post Reply