如何将 PHPStorm 设置为自动完成已存在的单词?
How to set PHPStorm get existed word to autocomplete?
在Sublime Text
中,当我在打开的文件中写入helloWorldTesteStringLong
时,它会显示在自动完成列表中,无论我是否在他们的文件中都是独立的
如何在 PHPStorm 中设置此配置?用于在自动完成列表中显示书面文字
请尝试嬉皮补全 (Alt+Slash) - https://www.jetbrains.com/phpstorm/help/hippie-completion-expanding-words.html
在Sublime Text
中,当我在打开的文件中写入helloWorldTesteStringLong
时,它会显示在自动完成列表中,无论我是否在他们的文件中都是独立的
如何在 PHPStorm 中设置此配置?用于在自动完成列表中显示书面文字
请尝试嬉皮补全 (Alt+Slash) - https://www.jetbrains.com/phpstorm/help/hippie-completion-expanding-words.html