php-ide-serenata
php-ide-serenata copied to clipboard
Atom IDE package that integrates the Serenata server to provide PHP code assistance
Instead, it places the property before existing trait use statements if no properties exist yet.
Whenever you add a new parameter to a constructor signature, you should be able to select `Introduce Field`, which will automatically add a `$this->newFieldName = $newFieldName` and afterwards execute an...
The namespace should be determined based on the PSR-0 paths in the `composer.json` (i.e. based on the directory hierarchy starting from the relevant path).
To do this, the cursor can be moved to the end of the statement, followed by a call to `DeduceTypes` with the name of the property. This possibly needs improvements...
Currently things such as getter and setter generation also show inside methods. With the `ScopeChain` command from the base package (currently in a separate branch in need of rebasing) this...
Originally posted by @cabloo. [Original issue](https://github.com/Gert-dev/php-integrator-autocomplete-plus/issues/55) (copied below). I have recently been [made aware](https://github.com/Gert-dev/php-integrator-autocomplete-plus/issues/55#issuecomment-228614442) of the `Generate Constructor` feature of this package, which is on the right track for what...
This should attempt to maintain existing descriptions and only update existing names. If the new parameter count is different from the old, adding entirely new ones as well as removing...
Atom: 1.23.3 PHP: 7.1.6 PHP Integrator: 3.2.0 PHP Integrator adds extra lines between use statements including when using "Sort use statements" and doesn't sort them in any order anymore. Starting...
In my fresh installation of Pulsar I tried to install `php-ide-serenata` but even though my installation check resulted in positive outcome, the actual installation failed. After fiddling with the output...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...