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

I always get so many of these errors recently, as soon as I open the project, I'm not sure if they started when I upgraded to the latest PhpStorm version...

Hi, I regularly encounter this error. **About my project** > Phalcon 3.4.5-1 > PHP 7.2 **About PhpStorm** > PhpStorm 2021.3.1 > Build #PS-213.6461.83, built on December 29, 2021 > Runtime...

Hey, I'm getting this error with PHP Toolbox 6.0 with PhpStorm 2021.2.3. ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:67) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:821) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:773) at com.intellij.psi.stubs.StubIndexImpl.getContainingIds(StubIndexImpl.java:501) at...

``` 2021-04-14 19:08:03,481 [ 3833] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=de.espend.idea.php.toolbox.remote.RemoteListenerComponent) ```

Got this error while navigating thru code in IDE > PhpStorm 2020.3.2 > Build #PS-203.7148.74, built on January 27, 2021 > Runtime version: 11.0.9.1+11-b1145.77 amd64 > VM: OpenJDK 64-Bit Server...

Hello, Since there is basically zero documentation, its quite hard to start creating `.ide-toolbox.metadata.json` on your own. Does someone know how to use providers? Especially I am interested in `source`...

Hello. There a problem with this code https://github.com/Haehnchen/idea-php-toolbox/blob/master/src/main/java/de/espend/idea/php/toolbox/remote/RemoteListenerComponent.java#L19 HttpServer is is not part **java.base** module. It's not even public API. (for now it's compiled and running without problem - but...

I keep a big array in my project for configuration and I would liek to know if it is possible to have autocompletion for that scenario: ``` return [ 'navigation'...

Please see original issue here: https://youtrack.jetbrains.com/issue/WI-42415 There is reproducible example. With your plugin enabled `$passwordManager` loses it's type.

can you provide **class properties** provider? ```php class Test{ public $a; pubic $b; pubic $c; } ```` **class properties** provide generate like **lookup_strings** looks like ["a","b","c"];