L
L
LB7772014-12-17 14:58:32
IntelliJ IDEA
LB777, 2014-12-17 14:58:32

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

4 answer(s)
A
Appp Zooo, 2014-12-17
@ikeagold

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)

P
Power, 2014-12-17
@Power

Bookmark with mnemonic - press Ctrl+F11 on the desired line, select a number and get a numbered bookmark. Go to it - Ctrl + number.

B
Boris Benkovsky, 2014-12-17
@benbor

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.

M
Maxim Kovalev, 2016-07-01
@c0nstruct0r

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 question

Ask a Question

731 491 924 answers to any question