Skip to content

Conversation

@xiaoyunwu
Copy link

No description provided.

@github-actions github-actions bot added the code completion Auto completion label Dec 28, 2024
Copy link
Owner

@fwcd fwcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a dupe/successor of #606?

Comment on lines +187 to +195
// TODO: @xiaobo; sceptical about this code block, it might mistakenly extract function names
// if (isNotStaticJavaMethod(d) && (isGetter(d) || isSetter(d))) {
// val name = extractPropertyName(d)
//
// result.detail += " (from ${result.label})"
// result.label = name
// result.insertText = name
// result.filterText = name
// }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed to correctly reference getters/setters from Java, per Kotlin's automatic renaming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code completion Auto completion

3 participants