Answer the question
In order to leave comments, you need to log in
Is there quick code navigation in PHPStorm and IntelliJ IDEA?
For web development, I use PHPStorm and IntelliJ IDEA, which are similar in interface.
Do they have quick navigation through the lines in the code of one file?
Those. I'm working on line 2000, and I need to quickly go to line 146, and then to line 958. And so, during the execution of one task, I jump between these lines.
Answer the question
In order to leave comments, you need to log in
In both ide Ctrl+G on the line number, ctrl+click on the function will throw on its description or vice versa to call and so on.
PhpStorm_ReferenceCard.pdf , Intellij Idea reference card.pdf , Minimap( codeglance )
A very cool PhpStorm demo guide in terms of keybinds and hacks to catch up)
Bookmark with mnemonic - press Ctrl+F11 on the desired line, select a number and get a numbered bookmark. Go to it - Ctrl + number.
Why are you using PHPStorm and IntelliJ IDEA?? Intellij IDEA is a harvester that has all the ideas from intellij . For python, ruby, java, web, etc. Just install plugin for PHP, JS.
Cmd + Shift + O - quick navigation by directory and / or file name, you can specify paths
double press Shift - quick search for a file by name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question