Skip to content

yelirekim/php-introspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-introspector

This package is a thin wrapper which retrieves suggestions from introspective:

https://github.com/yelirekim/introspective

Yay it working

Installing

Use the Atom package manager, which can be found in the Settings view or run apm install php-introspector from the command line. You will also need to have the autocomplete+ package installed.

Usage

Currently, autocompletion relies on obtaining suggestions from a remote (or local) server. It reads the location of this server from a dotenv file. For each project you would like to enable autocompletion for, you will need to have an autocomplete server running, and a .env file in the root of your project specifying where that server is. For example:

INTROSPECTIVE_URI=http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published