Open source China global exclusive benefits, computing conference ticket rebate! >>>  

Today, GitHub announced the launch of Atom-IDE in partnership with Facebook — a set of optional toolkits that bring IDE-like functionality to Atom.

Initial releases include smarter, context-aware auto-completion; Navigation features, such as outline views and Goto-Definition, and other useful features; It also includes error, warning, and document formatting capabilities.

Check out the Atom blog to learn more.

Atom-ide includes packages for C#, Flow, Java, JavaScript, PHP, and TypeScript languages that provide in-depth parsing of your code and projects using the power of the language server. With the support of the community, GitHub also plans to expand the number of languages that atom-IDE supports, and to run and edit applications to become a true IDE using Atom-IDE.

Usage:

Atom Beta 1.21 is strongly recommended because it includes the necessary file monitoring and process control to ensure that the underlying language server is running properly.

To use atom-IDE, you will need to install at least two software packages — the Atom IDE’s user interface and language support package

  1. Launch the Atom Installation Packages dialog (Setup view: Install Packages and Themes)

  2. Search for and install the Atom-IDE-UI package to introduce the IDE user interface

  3. Install the IDE language support packages you need, such as IDE-typescript

GitHub Blog