Is there a hotkey to automatically set indentation and format code in Eclipse Theia?
I tried the hot keys of Eclipse (Ctrl + Shift + F) and VS Code (Alt + Shift + F), but neither of these work.
In case it helps, I am writing code in Rust.
Is there a hotkey to automatically set indentation and format code in Eclipse Theia?
I tried the hot keys of Eclipse (Ctrl + Shift + F) and VS Code (Alt + Shift + F), but neither of these work.
In case it helps, I am writing code in Rust.
yes, there is a hotkey for that.
To trigger the shift right/left action in Theia select a block of code and use the shortcut cuts are Tab
and Shift+Tab
.
ctrl + shift + i on my build
file -> preferences -> open keyboard shortcuts , "format document"