PhpStorm:用类常量替换字符串文字

时间:2019-05-28 13:50:27

标签: php intellij-idea refactoring phpstorm automated-refactoring

我一直在尝试找出如何用import语句替换FQCN的字符串(反之亦然)。如果此功能不存在或找不到,我无法解决。

例如,创建模拟时,PHPUnit中的limits.h上下文菜单:

context menu on a string literal

PhpStorm知道这是哪个类-或这是一个插件吗?

class type hint on string literal

相反:

context menu on a class constant

PHP Annotations插件在上下文菜单中添加了一个不错的选项-但仅适用于Doctrine:

doctrine use class constant context menu

是否有键盘快捷键可实现与上述相同的结果,但具有任何类字符串文字?

1 个答案:

答案 0 :(得分:3)

Php Inspections(EA Extended)插件具有对此的检查和快速修复:::class can be used

enter image description here

enter image description here