Morgan Delaney
Morgan Delaney

Reputation: 2439

Mac PyCharm 2018.2: Keyboard shortcut to toggle regex from the search bar?

As of PyCharm 2018.1, I was able to hit Cmd+F then Option+G to open the search bar with Regex enabled, but after installing 2018.2 Option+G inserts a © sign. I tried hovering over the Regex option, but no tooltip appears. I cannot find anything in Jetbrains' documentation. How do I toggle the Regex option directly from the input bar?

Upvotes: 0

Views: 39

Answers (1)

ode2k
ode2k

Reputation: 2723

You can now use Cmd + F and then Option + x to enable/toggle Regex in the Find toolbar.

Upvotes: 1

Related Questions