php-ide-serenata icon indicating copy to clipboard operation
php-ide-serenata copied to clipboard

Atom IDE package that integrates the Serenata server to provide PHP code assistance

Results 45 php-ide-serenata issues
Sort by recently updated
recently updated
newest added

We should refrain from generating the `get` prefix for boolean properties: ``` php public function getFoo(); // Normal property. public function isActive(); // Instead of getIsActive. public function hasSomething(); //...

enhancement

I use the `sync-settings` package to synchronise my Atom settings across devices. Recently, it's been popping up _every_ time I start Atom to tell me that the settings have changed,...

enhancement

I noticed that the intentions package is not working correctly anymore. The keybinding resolver successfully indicate that the intention package was triggered but the menu do not show. I have...

bug

Is it possible to have an option to display Code lens in the gutter bar as before? Plus having it to appear suddenly in the editor (and moving lines) is...

bug
enhancement

I find myself almost always checking all or most properties anyways. It seems better to reverse the default.

enhancement

Hi, I installed the plugin and everything works fine. I also can extract methods. Except when I try to select a for loop like this: ``` for ($i=0; $i <...

bug

Just some feedback and suggestion regarding the installation process: * In Atom's pop-up there's a button to test the setup for serenata. The test gave an OK for me, but...

Currently, when the platform requirements are not met, the initial "environment test" succeeds, but the installation then fails. We can do one better by running `composer check` during the environment...

enhancement

A neat feature would be to be able to collapse and wrap method or function calls, for example: ``` php $this->test(1, 2, 3); // "Wrap parameters over several lines" $this->test(...

enhancement

Creating PHP files by entering the namespace manually becomes cumbersome quickly. We can automatically fill out the namespace based on the folder hierarchy, although where it starts depends on the...

enhancement