php-ide-serenata
php-ide-serenata copied to clipboard
Atom IDE package that integrates the Serenata server to provide PHP code assistance
Using the decaffeinate project the initial code has been converted to JavaScript (see #375 or 293eb2020bfe781e96235167c74b20ed6dc41295). This is just the first step however, as there are other things to do:...
When calling a function, the signature help should be shown. Unfortunately, putting parentheses and commas does not trigger it. However, strangely it becomes visible when you type a comma between...
If you extract: ``` php $test = $test2->foo(); ``` ... `$test2` will be added as parameter to the extracted method. However, if you extract: ``` php $test = $test->foo(); ```...
Hello everyone I've been managing both Serenata and the Atom language client for quite a few years now, but, as several of you have probably already noticed, have not been...
I started using this package the other day and it's great. The one thing that is boggling my mind though is the lack of garbage collection for old databases. It...
I was hoping that https://github.com/Gert-dev/php-ide-serenata/issues/483#issuecomment-561581329 fixed it, but obviously it didn't :-( Status: Indexing starts; when I change something in a file, it restarts. Sometimes it even (re)starts by itself;...
I just did a fresh install of Atom and Serenata on a new computer. Previously I've been running on one of the older versions pre-version 5 without any problems. The...
Cannot understand how can I navigate in atom to the method definition inside class, like PhpStorm (ctrl + left mouse click)
Whoa, there! Thanks for contributing by reporting issues, but before you do, check that you can answer all the following questions with a firm **Yes**: * Are you sure this...
I've noticed serenata server is still running when atom is closed but only if xdebug is enabled.