atom-idea Archived: ... Source Code has been archived

Some basic IDE features for PHP in Atom

aeberdinelli

1,605

2

1.2.2

MIT

GitHub

This package provides the following services:

Atom Idea

This is a package to convert atom in a small PHP IDE. It's inspired in IntelliJ IDEA. It will capture every piece of documentation written in the format:

Warning: This is a work in progress.

<?php
/**
 * Description of the function
 *
 * @param String $text Description of the 'text' parameter
 * @return Boolean Description of the return
 */

function something($text)
{
    return true;
}
?>

You can find a good example of its features if you try it with phpBB.

Install

If you wish to test (or help its development), you can install this package):

Features

Languages

It will support only PHP at first, but I expect to add Java once PHP is ready, and other languages in the future.

Note:

This is my very first package for atom, so try it at your own risk.