Home > Article > Operation and Maintenance > Recommended commonly used editors for Linux
Commonly used editors in Linux systems include: Eclipse is an open and extensible platform based on Java, Brackets is an open source code editor designed for Linux developers, and vim is a text editor developed from vi.
[Recommended courses: Linux Tutorial]
Commonly used editors under Linux systems are recommended as follows:
Eclipse
Eclipse is an open source and extensible platform based on Java. It has features such as code highlighting and smart prompts. It can be used to edit Multiple languages such as Python,
JavaScript, C, C, etc. It is also a Java integrated development environment and provides support for Java8, through which you can easily edit and access aunt files
Brackets
Brackets is an open source code editor designed for Linux developers. Use Brackets to write code, even if the code is not saved. You can see the page effect of the code, you can also use Theseus to check variables, and you can also get more themes in the extension center to beautify the editor interface.
Vim
Vim is a text editor developed from vi. It improves and adds new features based on Vi. It has many features, including automatic code completion and compilation error jumping. Its programming functions are very rich and it is widely used among programmers. It ranks alongside Emacs as the favorite editor for users of Unix-like systems.
Sublime Text
Sublime Text is a high-performance code editor suitable for all WordPress projects. Cross-platform code editor. In addition, it can provide many functions, such as script programming, customized interface and regular file switching, etc.
Emacs
Emacs Not just an editor but an integrated development environment. It can not only be used as a text editor, but can also be used to send and receive emails, edit remote files through FTP/TRAMP and other functions. Compared with vim, its editing efficiency is low.
Summary: The above is the entire content of this article, I hope it will be helpful to everyone.
The above is the detailed content of Recommended commonly used editors for Linux. For more information, please follow other related articles on the PHP Chinese website!