Can I go back to the mode were I can switch between parameters of a function with Tab (VS Code)?
03:35 14 Apr 2026

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?

java visual-studio-code text-editor