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

[Help] IntelliJ Idea setup

Open Alemiz112 opened this issue 1 year ago • 6 comments

Hi, I can not figure out how to setup Intellij Idea with Micropython. I have got both Python and Micropython plugins installed. But I got stuck at Add the MicroPython facet to a Python module in your project structure and specify the path to your MicroPython device step.

When I go to project settings -> facets and try to add new facet, error window with No suitable modules for Python facet found. appears. image

Is anyone experienced with setting Micropython in IntelliJ able to help? Thank you!

Alemiz112 avatar Apr 16 '23 17:04 Alemiz112

Hi! In Intellij Idea you need to configure device-related settings separately, and you can do it in Project Structure -> Project settings -> Modules -> <select your module> -> MicroPython

225969614-68c30363-1b5a-4391-b6c7-91f6d6b93fbf

After that the device path will be configured and facet will be configured automatically

Elizaveta239 avatar Apr 19 '23 10:04 Elizaveta239

Hi, thank you for reply. The problem is that I do not see MicroPython under my modules tab.

Alemiz112 avatar Apr 19 '23 11:04 Alemiz112

Same here. MicroPython facet is not available.

IntelliJ 2023.1 Ultimate on Ubuntu. Python 3.10.6

dawiemalan avatar Apr 21 '23 13:04 dawiemalan

I also do not see any option for Micropython in the available facets.... I think something here is broken for sure:

image

jim-olsen avatar May 08 '23 14:05 jim-olsen

Seeing the same. No MicroPython either in the available facets OR in the Languages and Frameworks section in the settings. I'm running IDEA-U 2023.2

GJKrupa avatar Aug 22 '23 11:08 GJKrupa