Xcode9 how to get the right mouse button> Structure> Reinstall back?

I see that XCode9 messed up the indentation of my code. Before this could be fixed with the right mouse button> structure> re-indent. How to get equivalent behavior in Xcode9?

+4
source share
1 answer

This one will not return the Structure-> Re-Indent context menu back, but it may be useful.

There is ^I( ctrl + i) a shortcut that selects the indent.

If you do not want to use key bindings, the command is available through the menu:

Editor->Structure->Re-Indent

, ^| (ctrl + shift + \) . ctrl+shift+\, : enter image description here

+12

Source: https://habr.com/ru/post/1686022/


All Articles