Switching from NB to PhpStorm - next occurrence for something under caret
Hi and welcome.
I want to switch from NetBeans which I had been using for few years, and I can't find one option in navigation which as I didn't even realize I've been using a lot!
When you put caret on some variable, method name, etc... it gets highlighted and other occurrences of 'something' are being marked.
The problem is, is there and option on navigate over those occurrences?
NetBeans done it by pressing ctrl+up or down.
I don't want to search for things, nor use any popup windows for usages. I just want to go move caret to next match.
How can I do that?
请先登录再写评论。
Also... I forgot to mention I'm using Mac
Hi there,
AFAIK IDE does not has such functionality. But you can install BrowseWordAtCaret plugin that will add it.
Thank you a lot, that saved my day!
It's ok it's not working the same as in NB, but possibly it works even better, because it finds all words in file... we'll see;)
Again thanks!