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).
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).
Any thoughts?
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