Files
pybricks-code/src/editor
David Lechner 7e2404d583 pybricksMicropython: add support for peer file code completion
This allows importing user-created files and getting code completion
for those imports. This is done by mirroring the dexie-based file
system used by the editor to the emscripten based file system used
by pyodide. In the future, ideally we would have some sort of shared
file system, but this works for now.

Note: completing `from ` doesn't list user files/modules because of
filters in the pybricks-jedi python package but completing
`from my_file import ` does work as expected.
2022-09-13 14:19:29 -05:00
..
2022-06-24 19:15:32 -05:00
2022-06-24 19:15:32 -05:00
2022-05-20 19:25:18 -05:00
2022-05-31 17:21:29 -05:00
2022-06-01 13:27:32 -05:00
2022-05-31 17:21:29 -05:00
2022-06-24 19:15:32 -05:00