Page 1 of 1

Sublime Text MicroPython Tools

Posted: Wed Jun 13, 2018 9:50 pm
by Bisguzar
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

Re: Sublime Text MicroPython Tools

Posted: Thu Jun 14, 2018 4:28 pm
by rcolistete
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.

Re: Sublime Text MicroPython Tools

Posted: Thu Jun 14, 2018 6:34 pm
by Bisguzar
[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 ^^