Default click behaviour in commit tab (go to source instead of show diff)
已回答
When I double click a modified file in the "Commit" tab, the editor opens a diff for me. Is there a way to configure the IDE so that clicking a file would open the file source instead?
And my ideal configuration:
- double click: open cource
- cmd + double click: open diff
请先登录再写评论。
Tomasz Wilczynski Please click the top right config button (three vertical dots or a gear button in the tool window), then select the menu Show On Double-Click | Diff or Source to change the behavior.
https://i.imgur.com/kOEcuoq.png
It's not supported so far. Maybe we can create a feature request in https://youtrack.jetbrains.com/ ?
Thanks! :)
This would really be a very good feature to have
@Jacky Liu after 9 years of Android development, I finally brought myself to find how to do this :D Thank you!