Kevin Galligan
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Git revision for a specific line in file
Is there a way to get the commit hash for a specific line in a file? I'm able to get the revision for the whole file with this:GitHistoryUtils.getLastRevision(currentProject, filePath);Was hoping ... -
创建于 Default "create field" initialization
已回答Whenever I do "create field" refactoring, 95% of the time I want it done in the current method, but intellij defaults to field declaration. Perhaps a minor issue, but it gets frustrating because I...