Skip to content
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

Completion of functions parameters works incorrectly #256

Closed
ileasile opened this issue May 21, 2021 · 1 comment
Closed

Completion of functions parameters works incorrectly #256

ileasile opened this issue May 21, 2021 · 1 comment
Assignees
Labels
bug Installation and functionality issues REPL involved

Comments

@ileasile
Copy link
Member

ileasile commented May 21, 2021

Check following scenarios:

  1. Completion for extensions
fun String.f(bar: Int) = bar
"some".f(b|< // 'bar'
  1. Completion inside function bodies
foo dontCompleteMe(foo: Int, bar: String) {
    val foo2 = ""
    val a = f|< // 'foo2' and 'foo'
}
  1. Constructors completion
class C(val xyz: Int)
C(x|< // 'xyz'
@ileasile ileasile added bug Installation and functionality issues REPL involved labels May 21, 2021
@ileasile ileasile self-assigned this Jun 3, 2021
@ileasile
Copy link
Member Author

ileasile commented Jul 2, 2021

All cases work correctly in the latest master

@ileasile ileasile closed this as completed Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Installation and functionality issues REPL involved
Projects
None yet
Development

No branches or pull requests

1 participant