microbit-foundation / python-editor-v3

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

Inconsistent auto-complete for kwargs #1100

Open microbit-robert opened 1 year ago

microbit-robert commented 1 year ago

Auto-complete options are provided for kwargs when using Ctrl/Cmd + Space when the caret is after the function opening bracket, or after the comma following the first argument, but not after subsequent arguments.

Ctrl + Space works here: image

Ctrl + Space does not work here: image