View on GitHub

reading-notes

Reading notes for Code 102.

Text Editor

code completion Allows you to start typing and the feature will give suggestions based on what you typed. It essentially saves you time and avoids mistakes such as finishing code quotations.

syntax highlighting It takes the text you type and makes it more noticeable by giving it color. This makes your code easier to read.

themes More for cosmetic use such as for websites

You can always add more extensions through your text editor

Using the standard text editor for your device requires more pre-work and has no special attributes to give to the user compared to other tools such as VSCode

Terminal Cheat Sheet**

The Command Line

Opening a Terminal

Through Mac, open launchpad and type >terminal>

Shortcuts

Paths

Other Notes

<= Back