Is there an equivalent to Visual Studio Macro Recording and Playback in Xcode?

I need to record a sequence of keystrokes in the Xcode editor and play them repeatedly to help with some of the repeating changes I need to make. Microsoft Visual Studio has this ability (macro), so I'm just wondering if this is also possible in Xcode.

+4
source share
1 answer

Just for completeness, I answer my question - there is no direct equivalent in Xcode.

+4
source

Source: https://habr.com/ru/post/1384958/


All Articles