Bug report #6333
Autocompletion don't work is some cases in new Python console
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | all | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15616 |
Description
Seems autocompletion don't work for some "complex" cases. For example, when I try to enter next code
l = qgis.utils.iface.mapCanvas().currentLayer()
autocompletion works only for mapCanvas() and after this stops working (e.g. I can't get hint for currentLayer())
History
#1 Updated by Alessandro Pasotti over 9 years ago
- Status changed from Open to Closed
I don't think this is possible with the current console implementation.