atom-autocomplete-php icon indicating copy to clipboard operation
atom-autocomplete-php copied to clipboard

Autocomplete for PHP in atom editor

Results 105 atom-autocomplete-php issues
Sort by recently updated
recently updated
newest added

pulsar in flapack atom-autocomplete-php 0.25.6 problem: `'php' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process.`...

Hello, Thank you for the plugin :+1: I currently have many project folders opened in atom (File -> Add Project Folder), but the plugin is only using the path of...

enhancement

The `TextEditor` constructor is no longer public. To construct a text editor, use `atom.workspace.buildTextEditor()`. To check if an object is a text editor, use `atom.workspace.isTextEditor(object)`. ``` Object.TextEditor (/Applications/Atom.app/Contents/Resources/app.asar/exports/atom.js:47:14) Object. (/Users/sanglnv/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:4:84)...

Hi, I'm playing with [Slim PHP micro-framework](http://www.slimframework.com/) and using an existing [skeleton](https://github.com/slimphp/Slim-Skeleton) with the following structures: ``` project -- public -- src -- templates -- tests -- vendor ``` `public/index.php`...

enhancement

I am loving the plugin, good work there. On to the question: I'm using sync-settings to transfer my configuration between home and work. Using php from path makes me able...