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

Given an exact variable match, autocompletion with dot should always use that #54

Open
anthonyvdotbe opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@anthonyvdotbe
Copy link

Consider the following:

image

When I type a dot at this point, it autocompletes to fooUfo, which just doesn't make sense to me. I'm literally typing foo., because that's exactly what I want. I understand that fooUfo is higher up the list for some reason, but in cases where there's an exact variable match, that list should be ignored.

class Test {

    static void run() {
        String foodoo = "";
        String foo = "";
        Integer fooUfo = 2;
        int c = foo
    }

}
@anthonyvdotbe
Copy link
Author

Just to demonstrate how annoying this is: I'm trying to type if(locale.getLanguage() ...):

Recording.2023-11-07.081903.mp4

@Achal1607 Achal1607 added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants