Reputation: 65
Recently i have installed eclipse ide and the problem is i get auto complete popup menu for maya cmds, maya api and pymel but
but i dont have any problem with pyqt. After seeing this tutorial
http://www.creativecrash.com/maya/t...e-as-a-maya-ide
i got auto competion for pymel and maya api but not for cmds.
another info i dont have any problem in maya script editor
hope this is clear thank you...
Upvotes: 0
Views: 1546
Reputation: 2620
If you are using Maya version >= 2011, Maya ships with files required for autocompletion in a folder called devkit.
Here is a small tutorial as to how to use this: http://www.creativecrash.com/maya/tutorials/development-api/c/eclipse-auto-completion-for-maya-commands
This way is simple, straightforward and works with other great IDEs too like PyCharm.
In Eclipse:
Auto-completion will now start working.
If you want to do more, check this tutorial out. It has some very specific straightforward steps for setting up auto-complete for Maya in Eclipse.
Hope this helps.
Upvotes: 4