I created a new add-on that suggests code completion in the text editor automatically.Similar to vs-code but with a custom ui. It makes use of the Python console’s auto-complete feature.
Versions:
v1.2:
- Droped the need for python console window for completion
- Auto Analyze the lines of code in editor for completion
v1.1:
- Scrollbar support
- Added ability to change text color
- Toggle privates
v1.0:
- First Release