Integrate or Merge parameter and return annotations #762
Labels
Doc stubs
Stubs generated from the MicroPython documentation
enhancement
New feature or request
stdlib
micropython version of stdlib
There are a few other initiatives that have focus on this topic for MicroPython
With the new stubber capabilities to merge @Overloads it would be possible to merge the better type info into the docstubs
There are quite a lot (60+) of incompatible / overlapping overloads that need adjustment to bring value
workaround is to use
"typeCheckingMode": "basic",
micropython-stdlib-stubs
@hlovatt, I think I have found a way to merge our efforts with a goal to bring the combined results to the MicroPython project. Thanks for all the work you have done.
Also See:
JetBrains/intellij-micropython#336
The text was updated successfully, but these errors were encountered: