Apple Xcode

Hi, Apple Developer newbie here. Couple quick questions about Apple Xcode (currently running Version 10.1 (10B61), the latest version it seems I can install under Version 10.13.6 “High Sierra,” the last version of Apple macOS that my computer apparently supports): 0. How do you toggle between “Insert” and “Overwrite” mode in the Apple Xcode source editor; know how to do this in Microsoft Visual Studio Code but can’t find any documentation on how to do this in Xcode; and

  1. How do you pipe selected text to an external filter; for example in vi you can type

!}f to pipe everything from the current cursor to the end of the paragraph through an external program, e. g., “f” in the example above (in my case, a simple C filter that reformats and/or reflows text, whether into a canonical source format or to reflow text into 80-column paragraphs), replacing the original text with the output of that filter? ’preciate it, Austin

Apple Xcode
 
 
Q