Automatically prompt and complete the properties, objects, and methods
When I use VBA to write code to manipulate Illustrator (through COM references), it can automatically prompt and complete the properties, objects, and methods of Illustrator.. This is very useful and convenient for writing code. However, when I write Python code to manipulate Illustrator in PyCharm (also through COM references, pypiwin32 library), it does not have this automatic prompt. I need to enter the complete object and method names, which is very easy to input errors. How can I write Python code in PyCharm with this prompt? Tks!
Object attribute/ method tips in VBE:

