burknator / autocomplete-php

Autocomplete provider for PHP - Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocomplete-php package

An Atom PHP autocompleter for autocomplete-plus

Now it is mandatory to have PHP in the environment PATH

Beta version.

Demo

Requirements:

  • Atom autocomplete-plus package (bundled with Atom)
  • Now is mandatory have PHP in the environment PATH

Installation

  • apm install autocomplete-php
  • or install through Atom's UI

To-Do

  • Get local variables from current file
  • Get local functions from current file (Included snippets with params)

Maybe

  • Update option for list of internal php functions

Thanks to:

  • @amp343 - Add snippets to php internal functions
  • @fbereche - Help me with some ideas in the new way to get autocomplete

Share the love!

About

Autocomplete provider for PHP - Atom

License:MIT License


Languages

Language:CoffeeScript 58.0%Language:PHP 42.0%