Home > Article > Development Tools > How to create your first document with Sublime Text
This article mainly introduces how to create the first document with Sublime Text.
Sublime Text is a code editor and an advanced text editor for HTML and prose. Sublime Text was created by programmer Jon Skinner was developed in January 2008. It was originally designed as a Vim with rich extended functions.
Sublime Text has a beautiful user interface and powerful features such as code thumbnails, Python plug-ins, code snippets, etc.
SublimeText3 download address:
SublimeText3 Chinese version: http://www.php.cn/xiazai/gongju/93
SublimeText3 Mac version: http://www.php.cn/xiazai/gongju/500
SublimeText3 New Linux version: http:/ /www.php.cn/xiazai/gongju/1471
SublimeText3 English version: http://www.php.cn/xiazai/gongju/1473
In this chapter, you will learn step-by-step how to create files in Sublime Text.
The graphic steps are as follows:
Step 1 - Use the "New File" option to create a file in the Sublime Text editor.
Step 2 - Once the new file is available, you can insert code, similar to any other text editor, and save the file in the working repository middle.
Step 3 - After saving the associated file, the Sublime Text editor provides various options based on the file type, such as .php for PHP scripts , .py for Python scripts and .java for Java code libraries.
Step 4 - Since our code repository is on a Python project, we save the file as demo1.py as shown below
This article is about how to create the first document with Sublime Text. I hope it will be helpful to friends in need!
The above is the detailed content of How to create your first document with Sublime Text. For more information, please follow other related articles on the PHP Chinese website!