Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Merge00 #607

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
Loading
from
Open

Merge00 #607

wants to merge 2 commits into from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.