kphpstorm icon indicating copy to clipboard operation
kphpstorm copied to clipboard

A PhpStorm plugin that makes IDE understand KPHP specifics

Results 16 kphpstorm issues
Sort by recently updated
recently updated
newest added

`KPHPStorm` already has a check for primitives. We need to expand it and add a check for instances of the class. Sample code: ```php

enhancement

[Related with this pr](https://github.com/VKCOM/kphpstorm/pull/57)

refactoring

I created notification for kphpStorm about project configuration For example: If we have a new project without kPHP we will have suggestion (notification) to transform PHP project to kPHP

enhancement

example: ![изображение](https://github.com/VKCOM/kphpstorm/assets/36966275/6dc0c81c-5eed-46d6-a6c7-2694af93e0cd)

It should be parsing: `array` => `T[]` `array` => `TValue[]` It should give an error: `array` `array`

enhancement

There's nothing stopping us from showing this before we move to a new window

enhancement

In PR #22, the ability was added to check that the variable type matches the expected types Исходя из новых возможностей, надо написать тесты для каждого typeProvider4 (https://github.com/VKCOM/kphpstorm/blob/master/src/main/resources/META-INF/plugin.xml#L96)

refactoring

See https://www.plugin-dev.com/intellij/general/error-reporting/.

enhancement