Search code examples
javapythoneclipsepydev

Eclipse doesn't provide quick fix option for Python as it does for Java


I would like to see quick fixes option in Eclipse for Python. Is there any way to configure it?

For example: In Java, if I don't provide a package name for InputStream, then Eclipse recommends few package options (as shown in below image).

Quick Fixes Option in Eclipse for Java

But the same is not happening for PyDev Editor. For suppose, if I don't enter SimpleProducer library, then eclipse doesn't provide any recommendations to fix it (as shown in below image).

No Quick Fix Option in Eclipse for Python

Any thoughts?


Solution

  • The Quick Fix / Content Assistants feature of PyDev is activated with the key combination Ctrl + 1.

    There are also some other good to know key combinations listed at http://www.pydev.org/manual_adv_keybindings.html