Autocomplete for PyCharm
-
On 14/05/2018 at 05:52, xxxxxxxx wrote:
Hi everyone,
There have been a few autocomplete packages for Cinema4D python modules over the years, but never one that included all the parameters, return types and descriptions you can find in the online documentation. Mainly because pythons inspect module or the dir() function does not return all this stuff.
That's why I decided to create a little script that scrapes these information off of the documentations html files using regex and that creates a package that includes all the stuff you can find in the docs.
This was made for PyCharm, but I guess you can use it in every IDE that supports epydoc docstrings.
Here it is, enjoy:
https://gumroad.com/l/BRlUT -
On 26/05/2018 at 02:32, xxxxxxxx wrote:
Can't thank you enough for this. Awesome stuff. Initially just downloaded to test it but now will go back and pay as its working amazingly.
Thanks again.
-
On 26/05/2018 at 02:38, xxxxxxxx wrote:
Thanks, that's much appriciated