[SWIFT] Frequently used functions and commands of Xcode

Introduction

Introducing useful functions and commands that the trainer taught me during my internship as a reverse efficiency kitchen!

View the currently open file in Project Navigator

Have you ever lost which group of files you're touching when you're touching a huge project file? Yes, it's me. In such a case, you can press ** Command + Shift + j ** to display the currently open file in Project Navigator.

Search

Search for files in the project Command + Shift + o If you search from the Xcode search bar, the code will also be displayed, which is more convenient when you want to find the file.

Search in file Command + f

Shake the simulator

Cmd + Ctr + z Useful when debugging

Show indent

Editor < Invisibles The indent is displayed as ... for easier viewing. スクリーンショット 2021-01-11 3.13.04 (1).png

Make space-only lines blank

Check Xcode> Preference> Text Editing> While Editing Checking this will reduce the number of times SwiftLint police troll slack. By the way, if you select the range and ** Cmd + i **, the indent will be corrected. スクリーンショット 2021-01-11 3.18.36.png

Find the person who wrote the code

スクリーンショット 2021-01-11 3.26.11.png from here スクリーンショット 2021-01-11 3.26.28.png You can see who wrote the code and when.

If you find a good feature, we will add more! If you find something useful, I would be grateful if you could give me LGTM! !! !!

Recommended Posts

Frequently used functions and commands of Xcode
Summary of frequently used commands in Rails and Docker
Summary of frequently used Docker commands
Docker Frequently used commands
List of frequently used Java instructions (for beginners and beginners)
A collection of commands that were frequently used on heroku
git flow Frequently used commands Memo
Introduction to Docker (1) Frequently used commands
Examples of lambda, sort, and anonymous functions
Introduction of Docker Hub and commands Self-learning ①
[Github] Summary of commands often used during development
Functions and methods
A collection of RSpecs that I used frequently
Docker terms and commands
Frequently used docker-compose command
Frequently used Java generics