复制路径到当前行

Copying the path to current line

在phpstorm中,使用ctrl+alt+c可以复制当前文件的路径(D:/foo/bar.php)。有什么方法可以将当前行号添加到其中:D:/foo/bar.php:22

ctrl+alt+shift+c 即可。

另见:这个:https://github.com/kstenschke/referencer-plugin 它使用 Ctrl+Shift+Alt+C 两次来显示要复制的引用列表。