oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
248 stars 52 forks source link

Automatically select "First" occurrence of suggestion(s) #23

Closed Samad-Shaikh closed 3 years ago

Samad-Shaikh commented 6 years ago

While using '.' or ctlr + space for auto-completion, please add functionality for automatically selecting the first occurance in "suggestion list" instead of pressing down arrow

oleg-shilo commented 6 years ago

I am not sure about this feature request. It is actually inconsistent with the Visual Studio user experience, which requires pressing 'up' or 'down' in order to select the first occurance in "suggestion list"

oleg-shilo commented 6 years ago

Implemented as an option. Added config value AutoSelectFirstSuggestion = false

Will be available in the next release.