Pycharm 3 roadmap & maya?

I just noticed this in the official pycharm 3 roadmap (http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap)

Maya support (traff)
MayaPy flavor
Send to Maya action
Skeletons generation
Remote debugging

Anyone heard about this already?
Either way, looks like it might convince me to renew my license :slight_smile:

well already is possible with existing add-ons. there is a add on for send to maya floating around, than the syntax complet files come with Maya in the devkit folder

what are the big wins of pycharm (with all of these features) over wing?

I would be interested to find out how it deals with autocompletion of methods with optional keywords ie. Maya’s python commands. This is what is currently bothering me with Eclipse. After generating the complete list of flags and having the autocomplete docs pop up, as soon as you enter the parentheses, the pop up goes away. What does pyCharm do in this case?

other quesiton has anyone managed to get method autocompleation on objects working with pymel in any editor?