intellij-micropython icon indicating copy to clipboard operation
intellij-micropython copied to clipboard

Plugin for MicroPython devices in PyCharm and IntelliJ

Results 130 intellij-micropython issues
Sort by recently updated
recently updated
newest added

Hi, Is there any way to pass environment variables to the micropython environment? I'm trying to avoid hard-coding wifi passwords in the code. If I could pass that as an...

What is the proper way to install modules? I am getting this type of error: ``` Collecting micropython-ssd1306 Using cached micropython-ssd1306-0.3.tar.gz (1.8 kB) ERROR: micropython-ssd1306 from https://files.pythonhosted.org/packages/01/d0/0841d47772962c80af3ab178ef062ed2cd524cb99eb38463e669428402a8/micropython-ssd1306-0.3.tar.gz#sha256=d00cae1ff680e6ae504e258e700f002874b0d924b1a604253b6ea63144b58289 does not appear...

I am using MicroPython not only for embedded devices, but also for writing scripts that have to be super fast, so I wonder if you are planning to support also...

enhancement

This plugin is awesome! I am using it on an ESP-WROOM32 module, and it works perfectly. I would like to request one feature that would help my workflow. I'd love...

enhancement
REPL

I am running Pycharm 2021.3 with intellij-micropython downloaded from the plugin repository today (10 June 2022). I created a test project called "esp8266-test" which on my local machine is stored...

This is a rough draft of how it will look in the end, so any feedback or suggestions will be appreciated. A single point of control for communication with the...

enhancement
CLA signed
REPL

Note: adds requirement: psutils This is intended to be a quality of life improvement while we hope for https://github.com/vlasovskikh/intellij-micropython/pull/139 to come to fruition; to be honest, since it has been...

RP2040 If you use Thonny it is possible to run code without having to flash the processor. This is a huge time saver. As you can see in this screenshot,...

RP2040. The code is good and works perfectly. No issues there. PyCharm simply doesn't understand it. ![image](https://user-images.githubusercontent.com/1781245/173370214-2ad7bf3f-5748-4c45-932e-a4bf5e52876e.png)

Hi I have been using Sublime with the [UPIOT ](https://github.com/gepd/uPiotMicroPythonTool)plugin a lot lately to work with micropython. It still seems to me to be the most reliable tool for working...