Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 22 forks source link

GLOBALS variables autocompletion problem #505

Closed putude closed 4 years ago

putude commented 4 years ago

I try the new version today ( previously I use 4.5.3, and it still works). I have some issue when type a GLOBALS variable. Type $ it shows all GLOBALS variable (normal), type the second character _ all autocompletion are gone. Then trying $ and selecting auto-completion list, for example, $_POST $ --> select $_POST --> it become $$_POST this is annoying. So, I prefer back to 4.5.3 again.

I use windows 10 + XAMPP 7.3

Gert-dev commented 4 years ago

Hello

I think this may be a duplicate of #487, which likely also affects the dollar sign. This is an upstream issue.

But thanks for taking the time to report issues anyway!