Having to press Enter twice with autocompletion

Is there a way not to have to press enter twice with autocompletion when you just type the whole keyword? For example, here I have to press Enter twice after typing end:

enter-twice

In practical terms: deactivate autocomplete when the identifier being entered matches the only autocomplete suggestion.

I’d suggest setting Accept Suggestion On Enter to off:
image

2 Likes

This is a good practical solution. Can the behavior itself be addressed or is it beyond the scope of Julia extension for VSCode?

I don’t think the Julia extension has any control over this, no.

2 Likes