Skip to content

Allow code completion using the tab key

Eric Armbruster requested to merge work/tab-key-completions into master

Almost every day, I press tab when using code completions. This currently leads to someCode [details] being pasted into the code, which is not what I wanted... so this fixes that.

Merge request reports