ctrl+i
shortcut reindents lines only if there's editor support for the specific language
#3
Labels
bug
Something isn't working
What?
The editor action
reindentselectedlines
works for certain languages (works withjson
but notswift
) and as a result,ctrl+i
only reindents the selected lines, if there's editor support for the language . This action is now mapped toctrl+i
inpackage.json
as follows:vscode-xcode-shortcuts/package.json
Lines 201 to 205 in 03377d3
Screencast
ctrl+I
withJSON
ctrl+I
withSwift
The text was updated successfully, but these errors were encountered: