本文介绍了选项突出显示所有与PhpStorm中的实际选择匹配的字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一个选项突出显示所有与PhpStorm中的实际选择匹配的字符串(如SublimeText中的字符串)?

Is there an option highlighting all strings matching the actual selection in PhpStorm (like in SublimeText) ?

推荐答案

您可以在PhpStorm中使用Ctrl + Shift + F7.

You can use Ctrl + Shift + F7 for this in PhpStorm.

这将使所选文本的所有用法都高亮.

This will highligt all usages of selected text.

这篇关于选项突出显示所有与PhpStorm中的实际选择匹配的字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 09:06