modulite icon indicating copy to clipboard operation
modulite copied to clipboard

A plugin for PHPStorm that brings modules to the PHP language

Results 22 modulite issues
Sort by recently updated
recently updated
newest added

Custom plugin repository has been added, but plugin is not appear in list https://idea-plugins.kphp.dev/ responded empty plugins tag

Для VirtualFile используется всегда разделитель "/" А вот для File(path) - в зависимости от системы. Поэтому приводим его к виду с использованием "/"

bug

Now, if there are many classes in a folder, in order to export them, you need to open each class and click the export button. It would be faster to...

The plugin complains on `drupal/core` package. ![Screenshot_20231031_214135](https://github.com/VKCOM/modulite/assets/673139/f729ff32-7e68-4c37-b170-ffe382d8e31c) I guess that's because the package installed to web/core directory through the [composer/installers](https://github.com/composer/installers) plugin. I propose using composer.json file to read installed composer...

Если прописать в export enum класс ``` export: - "Enum\\ReactionType" ``` то при обращении к значениям этого класса будет ошибка: `Usage of internal symbols` Как это можно обойти? Спасибо за...

We have misbehavior with renaming in yml files when trying to rename any element with braces, we researched this problem and found potential solution: write our custom rename processor. Found...