Open file with line number no longer works?
I've been a big fan of the old 4.x feature where I could use the Open File dialog with a # and go directly to a line number. For instance, in the open dialog I would enter file.php#255 and it would open directly to line 255. Now, on OSX using PHPStorm 5.0.4, it seems that functionality is gone. Am I missing it, or was it something that got removed?
请先登录再写评论。
seams to me to open the file and go to the last location of the cursor.
If i open router.php and go to line 500 then close it. then user ctrl+shift+n and open router.php it takes me back to line 500 even if i do add (the feature you are talking about that i didnt know about) router.php#20
(go to line is ctrl+g)
I always used file:line and that still works. Just replace the # with a : and you're good to go :).
Thanks Tibos, that worked!