jungervin / EsPy

Micropython IDE for ESP8266
71 stars 25 forks source link

Do you have plans to add autocompletion #9

Open AlexanderSemenov1 opened 5 years ago

AlexanderSemenov1 commented 5 years ago

Do you have plans to add autocompletion?

jungervin commented 5 years ago

I think not. It was in the earlier versions, used the Jedi, but implementing dummy libraries are so hard...

But on a Python object you can use uPython built-in dir() function by F1 key.

AlexanderSemenov1 commented 5 years ago

Thank you. F1 It works.