pydev remote debuging - code completion in interactive console?
问题 I'm using a Pydev + Eclipse setup to develop a Python script for Autodesk Maya. In order to debug in Eclipse while the script is running in Maya, the standard setup is to use Pydev's remote debugging feature. This is all good and everything is working well but with one exception - from within the interactive console during a debugging session, the code completion does not seem to work. And not just for Maya specific stuff either - for example if I run : import sys<ENTER><ENTER> print sys. and