Making PHP storm highlight identical words
Hi,
Notepad++ has a handy feature where if you select one word (or variable), then it hihglights all the identical words as per attached image
Any idea how I could do it on phpstorm?
Thanks
Attachment(s):
notepad++.PNG
Please sign in to leave a comment.
Hi there,
You could install and use Browse Word At Caret plugin (you may need to activate new "Highlight Word at Caret" option after plugin was installed and IDE was restarted). Or try another similar plugin (there should be at least one more).
Other than that -- Select text and Ctrl+F (Edit | Find | Find...) -- it will highlight all occurrences on the page (even partial word matching).