import defaultdict not available as Quck Fix
Brought to you by:
fabioz
If I create a new PyDev project with an empty Python module and type:
d = defaultdict(list)
It highlights that as an error because it doesn't know what defaultdict is. No problem. I press Ctrl-1 for a Quick Fix, but there is no option to import defaultdict (collections). Fail.
A similar experiment with namedtuple, also in collections, works fine.