LSP: Highlight active function argument during autocomplete
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)