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

Variable name autocompletion #593

Closed
istocniks opened this issue Apr 16, 2015 · 2 comments
Closed

Variable name autocompletion #593

istocniks opened this issue Apr 16, 2015 · 2 comments
Assignees

Comments

@istocniks
Copy link

IDEA 14.1.1, Erlang 8156182

Pretty ofter when I type a variable name and hit enter it gets changed to something autocompleted, this happens even if I type fast.

screen shot 2015-04-16 at 1 37 26 pm
screen shot 2015-04-16 at 1 37 40 pm

I assume it's part of my local configuration or something but I don't recall having such issues with Java.

@brigadier
Copy link

Similar thing happens with 'case ... of' autocompletion. When I type 'of' very fast, the first thing in the autocompletion combobox is 'orber_ifr_fixeddef'. After a moment 'of' appears right above 'orber_ifr_fixeddef', but the cursor is already positioned on 'orber_ifr_fixeddef', so when I press enter it inserts 'orber_ifr_fixeddef'.
Same happens with autocompletion of local variables - when I type them fast they appear in the combobox only after some obscure function from stdlib gets selected.
It is very annoying.
Pycharm, the latest version
screen

@deadok22
Copy link
Collaborator

A build with this issue fixed is available here: https://github.com/ignatov/intellij-erlang/releases

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

No branches or pull requests

4 participants