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 bug #113

Closed
devcrocod opened this issue Nov 30, 2020 · 2 comments
Closed

Completion bug #113

devcrocod opened this issue Nov 30, 2020 · 2 comments
Labels
bug Installation and functionality issues

Comments

@devcrocod
Copy link
Contributor

If there are several methods to choose from with the same initial types of arguments and for the compliant to press Tab and not Enter, then in addition to the completion of the method, a type will be added.

For reproduction:
1.

fun test(num1: Int) = 1
fun test(num1: Int, num2: Int) = 2
  1. Start typing test press Tab.
    Result:
test(Int

Expected:

test(
@devcrocod
Copy link
Contributor Author

How it looks
complbug

@ileasile ileasile added the bug Installation and functionality issues label Dec 2, 2020
@ileasile
Copy link
Collaborator

ileasile commented Dec 2, 2020

Please update to 0.8.3.40 from one of dev channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Installation and functionality issues
Projects
None yet
Development

No branches or pull requests

2 participants