[Github-comments] [geany/geany] Autocompletion is misleading in some circumstances for Python (#1306)

elextr notifications at xxxxx
Thu Nov 17 10:25:33 UTC 2016


As @codebrainz pointed out, Python is a dynamic language, the names only exist at runtime, that depends on what is imported by the program, but the autocomplete has to be provided statically with no visibility of imports, so it conservatively offers any name it knows that starts with the prefix.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1306#issuecomment-261210541
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161117/86b4b8ca/attachment.html>


More information about the Github-comments mailing list