Feature Request: Enabling opening files externally at a particular line number



When you see the contents of two (or more) files side by side, you can open one of the files in external editor. It would be great if current line number was provided in the "shell command" as well.

I can only guess but right now it probably works something like this
"$external_editor $file_path"
Making it:
"$external_editor $file_path:$current_line_number"
would open the file at the right point! At least on Linux and probably on Mac

Cheers,  
Konstantin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]