-
Notifications
You must be signed in to change notification settings - Fork 194
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
Outer references proposed before self references in Code Assist within 'with' closure #787
Comments
Are you looking for all proposals from delegate to come before owner proposals? Or just in the case of ties? |
Hi Eric, |
Ready to test |
Ready for retest. I've tweaked the relevance multipliers so the prefix/camelCase/substring boosting has a little more effect for fields, methods and properties. It's not as you describe above, but should provide some separation in this case and static favorites should not intermix with local proposals. |
I verified that 3.3.0.xx-201901082257-e49 works fine on this case, but not unfortunately on that of #674. |
Follow up of #364. Related to the discussion made on #674.
Consider this Groovy class:
Invoke code assist at "|": I would expect to see
Foo.someString
proposed beforeBar.someString
, because in this context (closure with delegation toself
) it is reasonably the most natural choice.The text was updated successfully, but these errors were encountered: