-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qute completion returns both fields and accessors #929
Comments
That's a question for @mkouba but I suspect that the |
So for accessor methods it's possible to use the method name or the property name. For example, if a class
I would recommned not to show the
The same probably applies here, |
@mkouba thanks, that's what I thought. Validation will still accept all possible variants, but completion should be less bloated |
@fbricon I decided to show all possibilities in completion because when I read samples sometimes they were My idea was to provide a settings to show completion items What do you think about that? |
Not sure I understand. But I agree the default should only show |
I mean have a settings which drives the completion result to show or not |
@angelozerr I think that'd bring unnecessary complexity. I'd rather wait for some user to complain and request it |
Ok as it is just a filter matter, I think we could implement this setting internally and don't expose it to the user. |
That looks awkward:
@mkouba @ia3andy @FroMage should completion show the accessors (e.g.
defaultColumn()
for a record,getName()
for a class/interface)?The text was updated successfully, but these errors were encountered: