3

For Xcode 9.2 theres a way to always show editor vertical indent guides, highlight scopes or some other feature that helps you to watch the current editing scope? Similar to the features on Android Studio that i marked with red arrows in the image:

helping on editor for scope examples

Or theres a way to make more custom (friendly) Xcode text editor?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Xaren
  • 491
  • 1
  • 4
  • 15

1 Answers1

1

I think XCode 9.2 doesn't provide vertical indent lines unfortunately. Please see similar question: Show Indent Guide Lines In Xcode

You could try Visual Studio Code for Mac for editing which has the vertical indent line feature (you need to install Swift language extension for VS Code though before being able to write in Swift).

Super Geroy
  • 123
  • 1
  • 10