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

Micro:bit Educational Foundation Python Editor V3

Results 116 python-editor-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

Mark raised that this docstring is missing the module name so don't just work for users: On investigation, the stub has the full audio.play. What's going on here? In addition...

api documentation

Parameter documentation is not shown in autocomplete: ![image](https://user-images.githubusercontent.com/95928279/170967140-93e032a7-7f7d-420e-8fe6-377925c974a4.png) It is, however, shown in parameter help: ![image](https://user-images.githubusercontent.com/95928279/170967226-219d055b-95c4-4540-9c31-d85ecc23ec45.png)

api documentation

Dubious repro (@microbit-robert couldn't match it): In Chrome on Mac with a mouse with a mouse wheel: 1. Open Loops. 2. Size sidebar so the Loops description wraps 3. Position...

minor

![image](https://user-images.githubusercontent.com/44397098/165973363-cdb56999-d6a7-471b-a75a-77ad5e77b52a.png) We get this back via LSP as a string not MarkupContent but I'm not sure whether Pyright is or should be trying to do restructured text -> markdown conversion....

api documentation

![image](https://user-images.githubusercontent.com/44397098/165975510-288bc40b-2dee-41c2-930f-0a2646adb3dc.png) The docstring might require escaping? It's obviously not helpful to try to render \x0. Need to check the rules. I also don't entirely trust the restructured text -> markdown...

api documentation

## Bug Description Seems like Pyright is doing type inferring, and then reporting errors based on that. This is probably a "good thing™️", but can result in the editor reporting...

needs feedback
pyright

@microbit-emma-mumford observed that we don't have docs for keywords (in her case, she'd completed to 'in'). We just say "No documentation" as we do elsewhere if docs are missing (commonly...

api documentation

E.g., Variables -> Changing number variables -> increment. The following text is not searchable: "...to increase, or increment, the value of a variable".

search

Support: https://support.microbit.org/a/tickets/56135 The (u)array module is not documented. This is because it isn't documented in the [micro:bit MicroPython documentation](https://microbit-micropython.readthedocs.io/en/v2-docs/), so the type stubs also lack documentation which was ported from...

support
api documentation

We wrote our own Crowdin conversion but may be able to use the one in formatjs: https://formatjs.io/docs/tooling/cli/#builtin-formatters This isn't a lot of code on our end or likely to be...

minor