- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- Thoriq Firdaus
- 277字
- 2021-08-05 17:22:11
Choosing a code editor
As soon as we start writing code for HTML, CSS, and JavaScript, we need a code editor. A code editor is an indispensible tool to develop websites. Technically, you will only need text editors such as TextEdit in OS X or Notepad in Windows to write and edit code. However, by using a code editor, your eyes will be less irritated.
Similar to Microsoft Word, which has been specially designed to make word and paragraph formatting more intuitive, a code editor is designed with a set of special features that improves code writing experiences such as syntax highlighting, auto-completion, code snippets, multiple line selection, and supporting a large number of languages. Syntax highlighting will display code in different colors, enhancing code readability and make it easy to find errors in the code.
My personal preference for a code editor, and the one that I will use in this book, is Sublime Text ( a cross-platform code editor available for Windows, OS X, and Linux. It can be downloaded free for evaluation for an unlimited time.
Note
Keep in mind that while Sublime Text allows us to evaluate free of cost for an unlimited time, it may sometimes bug you to purchase the license. If you start feeling annoyed, please consider purchasing the license.
Sublime Text Package Control
One thing that I love most from Sublime Text is Package Control where we can search, install, list, and remove extensions from Sublime Text conveniently. However, Package Control does not come pre-installed with Sublime Text. So, assuming you have installed Sublime Text (which I think you should have), we will install Package Control in Sublime Text.
- 電腦組裝與系統(tǒng)安裝
- Linux系統(tǒng)架構(gòu)與運(yùn)維實(shí)戰(zhàn)
- Puppet實(shí)戰(zhàn)
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- Persistence in PHP with the Doctrine ORM
- Java EE 8 Design Patterns and Best Practices
- Docker+Kubernetes應(yīng)用開發(fā)與快速上云
- Windows Server 2019 Administration Fundamentals
- Linux使用和管理指南:從云原生到可觀測(cè)性
- 嵌入式系統(tǒng)及其應(yīng)用(第三版)
- AWS Development Essentials
- 一學(xué)就會(huì):Windows Vista應(yīng)用完全自學(xué)手冊(cè)
- Linux系統(tǒng)最佳實(shí)踐工具:命令行技術(shù)
- Building Telephony Systems With Asterisk
- 嵌入式微系統(tǒng)