...

/

Suggested Actions Part 1

Suggested Actions Part 1

Practice your concepts in this lesson.

Optimize the Environment

Fortunately, we will not have any problem trying development environments—we can use one every day. However, focused practice can help you get more out of your environment.

Text editor tricks

As mentioned, you need to do this one over time so you can build muscle memory. Commit to learning one new trick a week.

  • Learn to move between files with only the keyboard.

  • Learn to select the current line and current code block. For editors with multiple clipboards, learn to cut and paste more than one thing at a time.

  • Spare some typing with autocomplete features. These may be language-aware; for example, your editor ...