Getting file paths from the Commit Details pane in git
已回答
I'd like a way to copy all the full file paths from the Commit Details pane. When doing code reviews I normally create a spreadsheet and copying the full path is great way for me to organise the files that have changed across multiple commits. This feature was previously available in eclipse, but I can't find a way of doing it using IntelliJ. I can copy all the file names by doing Ctrl-A followed by Ctrl-C, but that doesn't give me the fully qualifed path. Is this possible? Thank you :-)
请先登录再写评论。
Hello Rachel Cullen
You can use the "Copy Path" shortcut - Ctrl + Shift + C
You can find shortcut configuration under Preferences | Keymap then navigate to Main Menu | Edit | Copy Paths
Thank you, that gives me the paths to the files.