osx - How to enable 'Use symbol and text substitution' inside Xcode -


i have virtual mac running , want code bit in xcode. keyboard has characters { , [ available using alt-gr. in virtual mac, using same keyboard combinations gives me different output.

  • alt-gr + 9 produces capital ç instead of {
  • alt-gr + ^ produces ô instead of [

i managed solve programs using 'use symbol , text substitution' option under language & text - text in system settings. working fine in textedit, safari, ..., not in xcode. xcode seems ignore symbol , text substitution.

any ideas how fix this? or maybe workaround? appreciated, because issue slowing down programming speed.

xcode, text substitutions not enabled default. enable go xcode -> edit -> format -> substitutions -> text replacement (enable this)

enter image description here enter image description here enter image description here

hope helps!

edit: senseful mentioned better use code snippets. link explaining how use code snippets creating custom code snippets , this. hope helps!


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -