I use this feature in java development in VS Code:
When I select a function from the autocomplete dropdown like function(parameter1, parameter2) , immediately parameter1 is selected, and I can go back and forth and select and edit the other parameters with Tab resp. Shift + Tab .
When I leave this mode and edit code somewhere else, is there a possibility to get back to the mode where I can switch with Tab between the parameter?