Recommend some keys to improve iOS development efficiency

Recommend some keys to improve iOS development efficiency

First of all, the title is a bit broad. This article is just to share some shortcuts and habits that I usually use. I hope it can help your daily development efficiency.

[[219364]]

As for why to write?

There are several reasons:

1. At work, I found that some iOS partners usually search layer by layer in the project directory when developing, for example, when quickly opening a class file, etc. I hope this article can improve their development happiness.

2. I think I know a lot of shortcut keys, but I still learned a few practical ones from my colleagues. This article will serve as a record to share some of the little tricks I develop in my daily life.

Mouse and Touchpad

If you use an iMac, you mostly use an Apple mouse. The Apple mouse can be set with smart gestures. There are tutorials and settings in the System Preferences. You can take a look. Every time I see my colleagues still using the iMac mouse as a Windows mouse, I really want to say that the high price of this mouse is justified.

Mouse: 1. Swipe right with one finger to return, so you don’t have to click to return to the previous class every time in Xcode. 2. Swipe left or right with two fingers to switch desktops. MacOS has multiple desktops, which is very good. You can put one for UI, one for code, one for interface documents, etc. 3. Tap with two fingers, which is equivalent to the shortcut key Miss Control above F3, which is very convenient.

Touchpad: Basically the same as a mouse, to switch desktops, swipe left or right with three fingers, and to Miss Control, swipe upward with three fingers.

Okay, without further ado, let’s get straight to the point. I’ll sort by the frequency of use of the shortcut keys by default, and I hope everyone can give it a try.

In Xcode

1.Shift + Command + O pops up the quick file search window (this is the letter O, and the Markdown O looks like the number 0). Shift +Commond + 0 is the shortcut key to quickly open the official document.

2.Shift + Comand + j locates the directory where the file is located, often used in conjunction with the shortcut key above.

3.Control + Command + 上\下to switch between .m and .h .

4.Command + t creates a new Tab. This is very practical. I usually create 3 or 4 Tabs. To close a Tab, you can use Command + w .

5. If you are not used to opening multiple tabs and are used to opening multiple Xcode windows, you can use Command + ` to switch between them.

6.Control + Command + e can batch modify the variables at the cursor position, like this

7.Shift + Command + f to open the global search. Of course, you can hold down Command key and press 4 twice in a row to focus on the global search. I have to say here that searching Xcode not only supports text matching, the most commonly used method is to add an Any regular expression, which can search for results like the one shown in the picture, and so on.

8.Command + f to search in the class, enter to match the next one Shift + enter to match the previous one.

9.Command + 上\下\左\右cursor switches to the beginning of the class, the end of the class, the beginning of the line, and the end of the line.

10.alt + 左\右cursor moves one word left or right.

11.Command + delete deletes the content from the cursor to the beginning of the line. Similarly, alt + delete deletes the word before the cursor. In addition, you can switch to the end of the line and use Command + delete to delete an entire line.

12. Similarly, Command + Shift and Command + alt plus the arrow keys can select an entire row or multiple rows.

13. Select a section of code and Control + i to automatically indent it.

14.Command + \ adds a breakpoint to the current line, alt + Command + \ creates a new symbolic breakpoint .

15.Command + n to create a new file, Shift + Command + n to create a new project

16.alt + Command + 左\右fold\display the current block, Shift + alt + Command + 左\右fold\display the blocks in the current file.

17.Control + Command + [ Move up. If not selected, the current line will be moved up by default. Control + Command + ] moves down.

18.Command + ] indents to the right, supports multiple lines, Command + [ indents to the left.

19.Shift + Command + k product to clean, Command + r to Run, Command + b to compile.

20. There is also an important shortcut key, :point_up:, Control + Command + p for quick import, like this, very cool, you need to import a tool to achieve it, you can click here, Xcode 9 has used a similar plug-in to achieve this function, and I have also used Peak's FastStub-Xcode before, which is also very cool.

Xcode window related

1.Shift + Command + Y hides\shows the console area, but I recommend using Shift + Command + C to show the console area, which will directly focus the effect.

2.Command + k console to clear the screen.

3.Control + 1 This is probably not used by many engineers:new_moon_with_face:, of course, clicking the small icon can also work.

As shown in the figure, you can see all the callers, imported files, and other related dependencies. You can also find the recently opened files, Recent Files

4.Control + 6 to view the method list of the current class. It is recommended to use pragma mark to divide the methods into blocks. For related extended reading, you can see the code standard suggestions here

5.Command + 1,2,3,4,5,6,7,8,9 to switch the left window, Command + 0 to show\hide the left window.

6.alt + Command + 0 shows\hides the right window. Similarly, alt + Command + 1,2 , etc. can also switch

7.Command + , pop up Perferences, you can hide it with Command + w

other

1. There is also a multi-line editor, which is sometimes used. You need to use Sublime Text. The shortcut key is Shift + Command + L To exit multi-line editing, you also need to press Shift + Command + L


2.Shift + Command +3 to take a full-screen screenshot, Shift + Command + 4 to take a screenshot of a selected area, Shift + Command + 4 + 空格to take a screenshot of a certain window.

3.Command + F3 to quickly view the desktop.

4.Control + Command + 空格to pop up the emoticon input box.

tool

I recommend you to install CheatSheet , then long press Command to view all shortcut keys.

Off topic: I would like to recommend an application to everyone, Noizio, an environmental noise simulation tool that can simulate being in a cafe, at the beach, etc.

About Lazy Programmers

Laziness is actually a compliment to programmers. The laziness here is not laziness in the conventional sense. Maybe you have heard懒惰是程序员的***美德. Laziness will make programmers think of better solutions to solve the problems at hand, which often results in saving a lot of physical labor and achieving the same needs in the most elegant and convenient way.

To give a practical example, our recent project introduced internationalization. As we all know, translation is really a physical job. My colleagues wrote a script in Python that can automatically detect the text that needs to be translated and automatically write it to the corresponding Localization file and the location of the text code, which greatly saves physical labor. This is the excellent virtue of laziness.

***

If you have any good shortcuts or ideas to improve efficiency, please leave a message to share with me, so that I can add some good habits. At the same time, I will update this article. Thank you! I hope everyone can become a lazy programmer. Isn’t it good to use the time saved to have a cup of coffee?

<<:  12 open source frameworks to watch for Java, Web, and mobile development in 2018

>>:  Travel Frog Unity Game Reverse Modification--iOS Edition

Recommend

Fukagawa So - PR Secret Technique: Advanced Editing

Course catalog: ├──1_「Promotional film」PR secret t...

3 things you don’t know about getting featured in the App Store

In some reports on overseas games, we often find ...

Essential factors for designing a successful social game

[[146295]] Back in the day, I was obsessed with N...

Angel Research - Private Circle Live Broadcast

Introduction to the real-time live broadcast reso...

Wu Jing's information: How to obtain accurate traffic through SEO optimization?

Precision traffic is a term often mentioned by In...

Looking back at Tencent over the years

[[127967]] The greatest competitive advantage of ...

U.S. senators call for U.S. to reject Oracle's deal with TikTok

[[342139]] This article is reproduced from Leipho...

How to plan a large event? Here are 6 basic elements

Before planning an event , ask yourself, why do y...

Charm Academy "Top Wealth Thinking"

Charm Academy "Top Wealth Thinking" Res...