0

Before Xcode 9, the shortcut CONTROL + SHIFT + F would open the Find Navigator in it's previous state. I'm a big fan of the Regex search, so this would mean that if I had set find style to "Regular Expression", after entering the shortcut above I would be immediately able to type in a Regex.

Since switching to Xcode 9, I've found that CONTROL + SHIFT + F always switches to a "Text" based Find.

Is there a way to rectify this?

Max Chuquimia
  • 7,494
  • 2
  • 40
  • 59

1 Answers1

0

The only workaround I can think of is to type COMMAND + 4 to switch to the Find panel and then, because now the editor has become unfocused, TAB focuses the Search field.

This doesn't update the Search style, however it's not really a solution...

Max Chuquimia
  • 7,494
  • 2
  • 40
  • 59