## * What is a text editor? *
The greatest feature is code completion, will display possible suggestions based on what you originally typed.
To reduce eye strain and fatigue
speed up your code writing faster than you can imagine. Some text editors come with Emmet built right in, or Emmet can be added by the means of an extension.
Syntax highlighting is a feature that takes the text you type, and makes it more noticeable by colorizing the text. Attributes are a different color than elements. And elements are a different color than copy. This makes it so much easier when you’re looking for an error and you can’t find it.
** Since these text editors already come on your computers, why should you download another text editor ? **
Notepad++, Text Wrangler, BB Edit, Visual Studio Code, Atom.
A command line (terminal) is a text based interface to the system. You are able to enter commands by typing them on the keyboard and feedback will be given to you similarly as text.
Shortcuts , to make your life easier.
cd