Summary: | auto complete shows different result depending on where it is invoked | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Robert Jonsson <rj> |
Component: | Code completion | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Jonsson
2003-07-09 14:57:47 UTC
Hmm.. if you press ctrl-space (or in your case, apparently alt-space) without any context, you will get a list of all available types. What is happening here is probably that the parser doesn't think that you have a (unambiguous) context, and hence decided give you all that is available. ( after all, "a-" can become both "a->f" and "a-b" ) Not being the parser author, I don't know if it is reasonable to attempt to decide from the type of "a" (in my example) what you are about to write. I suspect this is a WONTFIX. I agree with Jens |