JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
514 stars 107 forks source link

Add type hints with documentation for 'pyb' #87

Closed Walgensrl closed 4 years ago

Walgensrl commented 5 years ago

Hi everybody, I'm using Pycharm 2018.3.5 CE with Micropython plugin in Windows 7. Everything works fine: I can access REPL for my NUCLEO board, I can flash file to my board. The problem is I can't see Mycropython documentation for my code, just standard Python. If I place the cursor on my code snippet and press CTRL+Q it says no documentation found.

What am I doing wrong? Many thanks.

Walter

image

vlasovskikh commented 4 years ago

@Walgensrl Sorry for my late reply. It's a bug in the intellij-micropython plugin. We still don't have type hinted stubs with documentation for Pyboard-specific MicroPython modules, including pyb.

vlasovskikh commented 4 years ago

This issue is a duplicate of #16.