Kevin Galligan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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 ... -
Created Default "create field" initialization
AnsweredWhenever 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...