Eclipse PyDev Autocomplete Issues
问题 I installed PyDev in Eclipse on my Mac. Whenever I am writing code, it has only a few suggestions and is seemingly incomplete. For example, whenever I type 'r', it only suggests "raise()" and "return()". However, all of the other functions that I would expect for it to suggest still execute at runtime. This is the error: Error connecting to python process. - the process in NOT ALIVE anymore (output=0) - ProcessInfo: Executed: /usr/bin/python -u /Users//Downloads/eclipse 2/plugins/org.python