Hacker News new | ask | show | jobs
by darkerside 1462 days ago
You're basically asking for an IDE to be part of your code review tool, which I don't think is a bad idea
2 comments

Yeah, IDEA already basically supports this concept: https://blog.jetbrains.com/idea/2018/10/intellij-idea-2018-3...
ctags allows this and isn’t necessarily part of an IDE. Granted, that may be where most people encounter this feature.