Skip to content

LSP: Highlight active function argument during autocomplete

Waqar Ahmed requested to merge work/showCurrentArg into master

This will highlight the active function argument as you type. Consider: void fn(int a, int b), when completing this function the cursor enter the first arg position, it will be shown like below:

fn(int a, int b)

Merge request reports