Home > Article > Backend Development > Where can php code be written?
I recently joined a PHP learning group. Several PHP beginners often discuss in the group which PHP code editors are useful. Today I will sort out a useful PHP code editor to share with you.
PHP Code Editor (Editor)
1, Editplus
EditPlus (Text Editor) Chinese version is a powerful text editor that can replace Notepad. EditPlus has unlimited undo and redo, English spelling check, automatic word wrapping, column number marking, search and replacement, simultaneous editing of multiple files, and full-screen browsing functions. And it also has a useful function, that is, it has the function of monitoring the clipboard, and can automatically paste text into the editing window of EditPlus in synchronization with the clipboard, allowing you to save the step of pasting. In addition, it is also a very easy-to-use HTML editor. In addition to supporting color tags and HTML tags, it also supports C, C, Perl, and Java. In addition, it also has built-in complete HTML&CSS1 command functions. For those who are accustomed to using Notepad to edit web pages Friends, it can help you save more than half of the webpage production time. If you have IE 3.0 or above installed, it will also integrate the IE browser in the EditPlus window, allowing you to directly preview the edited webpage (if you do not have IE installed , you can also specify the browser path). Therefore, it is a great, versatile and multi-state editing software.
The main features are:
(1). By default, it supports syntax highlighting of HTML, CSS, PHP, ASP, Perl, C/C, Java, JavaScript and VBScript, etc., through customization Grammar files can be extended to other programming languages and can be downloaded from the official website (most languages support it).
(2).EditPlus provides a seamless connection with the Internet, and the Intelnet browsing window can be opened in the work area of EditPlus.
(3). Provides multiple working windows. Open multiple documents in the work area without switching to the desktop.
(4). After correctly configuring the Java compiler "Javac" and the interpreter "Java", you can use the EditPlus menu to directly compile and execute Java programs
2, Notepad
Notepad is a very unique free software pure text editor with a complete Chinese interface and support for writing in multiple languages (UTF8 technology). Its function is more powerful than Notepad in Windows. In addition to being used to create general plain text documentation, it is also very suitable as an editor for writing computer programs. Notepad not only has syntax highlighting, but also syntax folding, and supports macros and plug-in modules that extend basic functions.
Notepad is a very unique editor. It is open source software and can be used for free. Supported languages: C, C, Java, C#, XML, Ada, HTML, PHP, ASP, AutoIt, Assembly, DOS batch, Caml, COBOL, Cmake, CSS, D, Diff, ActionScript, Fortran, Gui4Cli, HTML, Haskell, INNO, JSP, KIXtart, LISP, Lua, Make processing (Makefile), Matlab, INI file, MS-DOS Style, NSIS, Normal text, Objective-C, Pascal, Javascript.
The main functional features are:
(1). Print what you see is what you get: If you have a color printer, you can print your source code in multiple colors.
(2). User-definable programming language: The custom programming language not only has syntax highlighting function, but also has syntax folding function. Comments, keywords and operator symbols can also be customized.
(3). Users can make their own API list (or download the required api files from the download area). Once the api file is created and in the correct path, type Ctrl Space (you can modify this shortcut) to activate the word autocomplete feature. For more information, see the word autocomplete online help.
(4). Supports editing multiple files at the same time: multiple pages can be opened for editing at the same time. Supports simultaneous editing of multiple windows: two windows can be compared and arranged at the same time. Not only can you open two different files in two different windows, but you can also open a single file in two different windows (clone mode) for simultaneous editing. The results of synchronous editing will be updated in both windows at the same time. Please refer to the synchronization editing screen.
(5). Automatically detect open file status: If a file opened by Notepad is externally modified (or deleted), the user will be notified to update the file content (or delete the file).
(6). Highlighting brackets and indentation auxiliary: When the cursor moves next to the following characters { } [ ] ( ), this character will correspond to the character in the distance and the indentation auxiliary (if it exists) will be highlighted.
The above is the detailed content of Where can php code be written?. For more information, please follow other related articles on the PHP Chinese website!