Atom IDE
Written by Kay Ewbank   
Wednesday, 13 September 2017

Github has announced Atom IDE, a set of optional packages for the Atom text editor that add IDE features such as code navigation, formatting and auto-completion.

atomidebanner

 

Atom started life in  2014 as GitHub's cloud hosted editor, and has gone on to become is a very popular code editor, coming top in a recent Opensource.com poll. Now, with the help of Facebook it is taking the first steps to being a full featured IDE with context-aware auto-completion; code navigation features such as an outline view, go to definition and find allreferences. It also provides hover-to-reveal information, diagnostics (errors and warnings) and document formatting:

 

 

The decision to make the IDE elements optional was explained in the Atom blog, where Ian Olsen of the Atom team at GitHub said:

"Atom’s been straddling the fence between text editor and IDE for years. We’ve come to believe that a benefit of Atom’s hyper-modular architecture is that users who want more IDE features can have them without affecting the experience of those who don’t."

Atom 1.21, currently in beta, takes the first step down this path with Language Server Protocol support and ready-made integrations with five existing language servers.

 

atomide

 

The initial release includes packages for TypeScript, Flow, JavaScript, Java, C# and PHP, all of which provide syntactical analsyis of code by using language servers. The language server protocol is being adopted by a number of organizations including Microsoft, Eclipse, Sourcegraph, Palantir, Red Hat, Facebook and now by GitHub. The developers of Atom say that with the help of the community, they plan to expand the number of languages that Atom-IDE can support, to include Rust, Go, and Python.

In the more general release of Atom, Git integration has been improved so that the way diff views get opened has been reworked so that you get pending pane support and multiple simultaneous diff views.  FInd and Replace has also been improved so that Context lines are now optionally displayed with Find in Project results. You can set the number of available lines before and after matches in the package settings and modify their display inline when looking at the results. PHP support has also been improved with what the developers say are 'dozens' of fixes for PHP grammar support.

 

atomidesq
 

 

 

More Information

Atom IDE

Related Articles

Which Code Editor Do Devs Prefer?

Atom 1.18 Ships With Rich Git Integration  

Atom Asks About Telemetry

Atom 1.5 Released 

Atom 1.1 Released

Atom 1.0 - GitHub's Hackable Editor Becomes Stable

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Google Adds Multiple Database Support To Firestore
04/03/2024

Google has announced the general availability of Firestore Multiple Databases, which can be used to manage multiple Firestore databases within a single Google Cloud project.



CSS Test of Time Award 2023
18/02/2024

The ACM CCS Test-of-Time Award honors research with long-lasting influence, which have had significant impacts on systems security and privacy. The 2023 award in respect of a paper by Marten van Dijk  [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 13 September 2017 )