Search code examples
xcodexcode11xcode10

How to cut a line in Xcode without selecting the text?


Many text editors and IDEs have this cool feature in which one can cut the entire line without having to select it previously. How can one do this on Xcode? Thanks.


Solution

  • The keybinding is not set by default, but the command exists:

    enter image description here