Support for .pyi interface definitions on completion
Open
tab-completion
- Dominant language
- Python
- Stars
- 16.8k
- Forks
- 4.5k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
I have a 'special' module with dynamically created attributes. I created a `.pyi` file to statically define which members are available. PyCharm recognizes and uses this file to provide completion for the module and it works nicely. It would be good if iPython also understood this.
Contributor guide
Assessment
This issue has not been assessed yet.