atom-autocomplete-php
atom-autocomplete-php copied to clipboard
Autocomplete for PHP in atom editor
I don't know what version this started happening in, but I think it traces back to when the integration of php-integrator happened. When typing a docblock, with the cursor at...
Tried doing the go to command from the preferences with nothing selected. **Atom**: 1.25.0 x64 **Electron**: 1.7.11 **OS**: Ubuntu 17.10 **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package 0.25.6 ### Stack Trace Uncaught TypeError:...
While working simultaneously on multiple PHP projects. Atom gets sometimes really slow when autocomplete is enabled. When disabled atom-autocomplete-php, then it worked normally. I have Atom 1.24.1 on Mac
Since installing this module I've noticed that the `/vendor/` folder gets created in every single project I open with atom. I assume this is due to an underlying composer command,...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.24.0 x64 **Electron**: 1.6.16 **OS**: Mac OS X 10.13.3 **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package 0.25.6 ### Stack Trace Uncaught TypeError: Cannot read...
Hello, I have 1 root project which depends a slave project (git submodule). - In the root project there is a composer.json and a vendor. - In the root/slave_folder there...
Hi, When writing an inline comment like `/** @var $myvar My\Namespace\MyClass */` it is not working. Even with `\My\Namespace\MyClass`. The only way that works is by writing a `use My\Namespace\MyClass`...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.3.15 **OS**: Microsoft Windows 10 Pro **Thrown From**: [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) package 0.25.6 ### Stack Trace Uncaught TypeError: element.indexOf is...
Autocomplete should either suggest elements which are applicable in current context or should prioritize them. For examaple: ``` class Test { public function myFunction() { } sta } ``` When...
The autocomplete `use` function can not be used if a new file is created after atom has finished indexing the file Atom 1.22.1 x64 Windows 10