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

Auto Completion does not work in a specific place; caused by record class. #2969

Closed
arithauth opened this issue Feb 28, 2023 · 4 comments
Closed

Comments

@arithauth
Copy link

[If I put inner record that takes at least 1 parameter, Auto Completion does not work in the method above the record.]

Environment
  • Operating System: macOS Ventura 13.2.1
  • JDK version: java version "19" 2022-09-20
  • Visual Studio Code version: 1.75.1 (Universal)
  • Java extension version: 1.15.0
Steps To Reproduce
class Test {
    void above_method() {
        // Auto Completion does not work here.
    }

    class AAAA {
        // works here
    }

    record InnerTest(Void v) { // at least one parameter
    }

    void name() {
        // works here
    }
}
Current Result

Candidate code list does not appear in a specific place.

Expected Result
Additional Informations

I use maven-archetype-quickstart and apologize If this is not reproducible.

@github-actions
Copy link

We have found issues that are potential duplicates:

If any of the issues listed above are a duplicate, please consider closing this issue & upvoting/commenting the original one.
Alternatively, if neither of the listed issues addresses your feature/bug, keep this issue open.

@arithauth arithauth changed the title Auto Completion does not work in a specific place. Auto Completion does not work in a specific place; caused by record class. Feb 28, 2023
@arithauth
Copy link
Author

arithauth commented Feb 28, 2023

I think this is a separated issue, so I have changed the title to be more detailed.

@snjeza
Copy link
Contributor

snjeza commented Feb 28, 2023

A related issue - eclipse-jdt/eclipse.jdt.core#757

@arithauth
Copy link
Author

Oops, thank you.

@arithauth arithauth closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants