Home > System Tutorial > LINUX > body text

Upgrade the Atom editor to an integrated development environment (IDE)!

王林
Release: 2024-01-10 22:37:42
forward
1323 people have browsed it

将 Atom 编辑器变成 IDE !

After the release of Atom 1.21 Beta last week, GitHub introduced Language Server Protocol support to integrate its newly built Atom-IDE project, which has 5 popular language servers built-in, including JavaScript, TypeScript, PHP, Java, C# and Flow, and more language servers are coming...

GitHub's Damien Guard explains: "Each package of the IDE provides a selection of features based on the underlying language server and is activated when opening a file it supports. You need to install at least two packages: Atom The user interface of the IDE and the software packages that support the language."
将 Atom 编辑器变成 IDE !

Turn Atom into Atom-IDE

If you want to experience Atom's IDE capabilities, it's easy with the help of the Atom-IDE project. You just need to open the install package dialog box in Atom's settings window, and search and install the atom-ide-ui package there.

This will render the IDE interface in your Atom, but to be a fully working IDE you will also need to install support for your language server. Currently, you can choose from five languages: ide-typescript (TypeScript & JavaScript), ide-php (PHP), ide-java (Java), ide-csharp (C#), and ide-flowtype (Flow).

Of course, these features require you to install and use Atom 1.21 Beta in order to use it. It is still a Beta version and the official version will not be released until next month.

The above is the detailed content of Upgrade the Atom editor to an integrated development environment (IDE)!. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:linuxprobe.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!