1
Hello,
I already use some ide’s like Intellij and the visual studio community, and in these ide’s when I use the tab, it switches position. Example:
System.out.println("Hello If I press tab here, it goes outside the rule");And come over here.
I don’t know if I was clear, but I was wondering if there is such a shortcut in Vscode and if so, what is the name of this function, because I am not able to find.
Thank you.
Are you looking to switch between tabs? Yes, try the combination: Ctrl+tab
– Taffarel Xavier
"it toggles position" - how so ? can elaborate a little ?
– Isac
Face in VS Code the tab by default serves to identar the code, or to give autocomplite in some word. In 90% of ide the tab only serves for this, I could not understand what you need
– hugocsl
You can install the Intellij Phpstorm commands, if you want, if you are more accustomed, in Vscode...
– Ivan Ferrer
If I’m thinking about what you’re trying to do, in my case, I use a Macbook Air, I click on
fn
and he walks among the elements the way you speak...– Ivan Ferrer
Currently I use the Ctrl+Right arrow to get out of an instruction, and in intellij I just use the tab. But tomorrow morning I will test fn in windows
– Fábio Pereira