idea-php-toolbox icon indicating copy to clipboard operation
idea-php-toolbox copied to clipboard

Collections of tools and improvements to make PhpStorm a little bit better

Results 56 idea-php-toolbox issues
Sort by recently updated
recently updated
newest added

``` { "provider": "club-columns", "language": "php", "signatures": [ { "class": "App\\Models\\Club", "method": "where" } ] ``` also shows the completion for every model - User::where, City::where etc.. Laravel. Does not...

bug

Method `addClassesToCompile` expects list (not key-value) of classes. Currently possible complete keys or values by concrete key. ``` json { "provider": "class_interface", "language": "php", "signatures": [ { "class": "Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension", "method":...

If I use `$user->updateProfile(['name' => 'My Name', ''])` it should not provide me with `name` autocompletion as it's already used?

Currently there are two properties: `signatures` and `signature`. Why create two separate properties? Better use only one: ``` json "signatures": [ { "class": "Symfony\\Component\\HttpFoundation\\Response", "method": "__construct", "type": "array_key", "index": 2...

Use case: `Form::add($name, $type, $options)` - 3rd argument would has different keys for different `$type` value.

1. signature does not autocopletes class and method names, ctrl+click also doesn't work here 2. ~~provider does not autocomplete providers created by me. Only core providers are present in list~~...

some unordered todo list based on https://github.com/Haehnchen/idea-php-symfony2-plugin/milestones/Plugin%20Cleanup : - migrate ui: type provider, method references - finalize json configuration file syntax: https://github.com/Haehnchen/idea-php-toolbox/blob/master/tests/de/espend/idea/php/toolbox/utils/test.json - publish doc: http://phpstorm.espend.de/php-toolbox - provide view variable...

We have several calls in frameworks that dont provide an index navigation target. for give an smaller search scope provide an method oder function in which we can search for...

Generate classes out of json data, xml files or comma fields. - key-value with type detection - key only - comma - "createdAt" and other common var names should auto...