Skip to content

Feature Request: Allow Option to Not Autocomplete on Enter #4799

@Borthralla

Description

@Borthralla

While I like autocomplete, it sometimes gets in the way. When I'm at the end of the line, I press enter as soon as I'm finished typing the last word. However, very often this inadvertently triggers the autocomplete which means I have to stop typing, drag my mouse up to the previous line, highlight the word, retype the original word, and then press escape and then enter, This takes way too long and is a serious interruption to my train of thought.

I tried to fix this by going into the scintilla shortcuts and changing sci_newline from enter to shift+enter. Although this fixed my autocomplete issue, it also had the unintended consequence of notepad++ interpreting enter as only carriage-return. Pressing enter no longer put a newline! That caused auto-indentation to fail and my code to be broken.

What's more, when I tried to remap sci_enter back to enter, I was unable to because enter was not a valid option. At that point I just uninstalled and reinstalled notepad++.

My suggestion: Add an option to not auto-complete on enter (just tab). Also, it probably would be a good idea to allow sci_enter to be bound to enter.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions