micropy-cli icon indicating copy to clipboard operation
micropy-cli copied to clipboard

Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!

Results 75 micropy-cli issues
Sort by recently updated
recently updated
newest added

WIP Add support for https://github.com/Josverl/micropython-stubs as a stub repository.

My first code showed `import machine` in error resulting in: `Unable to import 'machine' pylint(import-error) [Ln 3, Col 1]` pylint should be able to find the stub information. in `.pylintrc`...

bug

Sorry if this the wrong place to ask questions, but is the Micropy CLI compatible with other text editors like NeoVim? Also, are the stubs compatible with the ESP8266? Thanks!...

I'm running a version of Micropython that includes lvgl and it's bindings, including some display drivers. Unfortunately, when I run the stubber via micropy, it doesn't even find these additional...

**Is your feature request related to a problem? Please describe.** no... well yes. `micropy deploy` would be a great shortcut for micropython noobs. Coming from the nodejs world, Currently I...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** When writing code in assembler such as the following: ``` @rp2.asm_pio() def irq_test(): wrap_target() nop() [31] nop() [31] nop() [31]...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** See #217 **Describe the solution you'd like** Add a flag (something like: `--allow-copy`) to enable copying stubs as a fallback...

enhancement
help wanted

In the file helpers.py, function is_dir_link: When running on Windows, if the path passed in is a WindowsPath with a lower case drive letter then the function will always return...

bug
help wanted

When creating a new project with ```micropy init```, and the user selects "Pymakr configuration", add PyMakr as a recommended Extension in the VS Code extensions.json file. ## Background I am...

enhancement
help wanted
candidate

I'm opening this in the hopes of a fruitful conversation... my proposal may not be the best path. **Is your feature request related to a problem? Please describe.** micropy install...

enhancement
help wanted