Skip to content

Instantly share code, notes, and snippets.

@lalunamel
Last active February 25, 2016 22:12
Show Gist options
  • Save lalunamel/7da6bd48d21832c2eea9 to your computer and use it in GitHub Desktop.
Save lalunamel/7da6bd48d21832c2eea9 to your computer and use it in GitHub Desktop.
Transitioning to XCode

Solved Annoyances

  • Enable tabs - View > Show Tab Bar

  • Double click on file in project view and open in new tab - Xcode > Preferences > Navigation > Double Click Navigation > 'Uses Separate Tab'

  • Increase the font size - Close all projects > Xcode > Preferences > Fonts & Colors > Choose your theme in the left column > Click on 'Plain Text', Cmd + A to select all > Click on the little 'T' icon on the bottom right font picker > Change font size

  • Install plugin manager - See http://alcatraz.io/

  • Allow increase/decrease font size easily - Install AdjustFontSize plugin

  • Edit a variable across an entire file - Ctrl + Cmd + E (Edit all in Scope)

Unsolved Annoyances

  • Change behavior of word navigation to respect symbols -> ./?(){}[]\ etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment