microbit-foundation / python-editor-v3

Micro:bit Educational Foundation Python Editor V3
https://python.microbit.org
MIT License
57 stars 37 forks source link

[DRAFT / WIP - DO NOT MERGE] Show filtered builtins documentation #1174

Open microbit-robert opened 5 months ago

microbit-robert commented 5 months ago

Also allows links to the builtins from autocomplete and signature help where documentation is available.

Using type stubs from https://github.com/microbit-foundation/micropython-microbit-stubs/pull/101

To discuss:

Notes from Matt:

github-actions[bot] commented 5 months ago

Preview build will be at https://review-python-editor-v3.microbit.org/builtins-filters/

microbit-robert commented 5 months ago

Unfortunate case where we are filtering out __new__ (with other special methods), but they are the only methods documented in the class: image