By admin , 5 March, 2025 PHPStorm: replace some text without "Search & Replace" I need to replace in a lot of lines d6_ to d7_ Tags phpstorm
By admin , 7 November, 2024 PHPStorm: generate PHPDoc for class constructor Generate new PHPDoc comment:1) Remove existing PHPDoc comment2) Press Alt+insert3) Select "PHPdoc blocks"or update existing comment1) Press Alt+enter2) Select "Update phpdoc comment" Tags phpstorm PHPDoc
By admin , 27 April, 2023 Use service in the .module file with PHPStorm autocomplete /** @var \Drupal\privatemsg\PrivateMsgService $privatemsg_service */ $privatemsg_service = \Drupal::service('privatemsg.common'); Tags service phpstorm
By admin , 24 April, 2023 Debug twig with PHPStorm or VSCode using devel module Just add {{ devel_breakpoint() }} and enable debug in PHPStorm or VSCode Tags twig phpstorm vscode
By admin , 24 April, 2023 Debug twig with PHPStorm or VSCode using twig_tweak module Just add {{ drupal_breakpoint() }} and enable debug in PHPStorm or VSCode Tags twig phpstorm vscode