atom-autocomplete-php
atom-autocomplete-php copied to clipboard
Autocomplete for PHP in atom editor
[Enter steps to reproduce:] 1. Open a php file. 2. Click and hold the mouse to make a selection. **Atom**: 1.14.4 x64 **Electron**: 1.3.13 **OS**: Mac OS X 10.11.6 **Thrown...
It would be great if refactoring capabilities could be added to the plugin like renaming variables, methods and classes. Renaming class name should also rename file name and it should...
I primarily use this plugin for the inclusion of dependencies as I'm typing, scenario: I type `User` then it adds the `use App\User` statement. The problem is, when I type...
Hello. Please explain, why no suggests for: 1. Object in class as variable 2. Why function with `@inheritdoc` return void: 3. Return View object, but i'm not see suggests for...
Tried to Save a PHP file **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Microsoft Windows 10 Home **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package, v0.19.4 ### Stack Trace Uncaught Error: Cannot decorate a...
'php' could not be spawned. Is it installed and on your path? If so please open an issue on the package spawning the process. This error occurs randomly and when...
Would be cool to include release notes for each new version from now on. Thanks for the great plugin!
``` Failed to get methods for Foobar : Uncaught TypeError: Argument 1 passed to Peekmo\AtomAutocompletePhp\ErrorHandler::onException() must be an instance of Exception, instance of ParseError given in /path/to/.atom/packages/atom-autocomplete-php/php/ErrorHandler.php:45 Stack trace: #0...
Dear all, I am using autocomplete heavily especially to find functions from external directories such as Propel . But unfortunately the autocomplete is not always working on those classes that...
Hi, I'm trying to use this plugin in Nette project, but it seems to have problems with php warnings about deprecated methods: `Failed to get methods for Nette\Config\Configurator : Function...