Xcode 9.x Line Duplication and Deletion

前端 未结 3 1591
北荒
北荒 2021-01-31 00:23

Up until Xcode 8.0, it was possible to customize IDETextKeyBindingSet.plist file. However, now it seems like modifying this file causes Xcode to stop behaving normally (e.g. arr

3条回答
  •  一个人的身影
    2021-01-31 00:53

    The previous answer left erroneous whitespace when I tried it. This works for me in Xcode 9:

    selectLine:, copy:, moveToBeginningOfLine:, paste:, moveToEndOfLine:
    

提交回复
热议问题