modulite
modulite copied to clipboard
A plugin for PHPStorm that brings modules to the PHP language
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) - в зависимости от системы. Поэтому приводим его к виду с использованием "/"
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.  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...