Menu

#1382 Code completion fails 3 levels deep

open
5
2011-09-06
2011-09-06
Anonymous
No

version 2.2
Example:
import datetime
from datetime import datetime as datetime2
a = datetime.datetime.time() #No autocompletions will work on a
b = datetime2.time() #autocompletion works on b

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.