python-editor-v3 icon indicating copy to clipboard operation
python-editor-v3 copied to clipboard

[Pyright] Reorder autocomplete to prioritise instance fields/methods

Open microbit-matt-hillsdon opened this issue 3 years ago • 0 comments
trafficstars

We should sort autocomplete to prioritise instance fields/methods as appropriate.

E.g. Image. should be class fields, Image.HEART. should be instance fields.

image

We should consider planning further work to order by relevance to the user where no other order is determined by the matching text.

microbit-matt-hillsdon avatar Jan 10 '22 10:01 microbit-matt-hillsdon