So I'm wondering, the `TODO` function is really ha...
# intellij
r
So I'm wondering, the
TODO
function is really handy, and the default for unimplemented features for us here. However, there is no quick way to easily see where you have used that function throughout a codebase like you can with
// TODO
comments. Would there be a way to incorporate something into the kotlin plugin or maybe even intellij itself that would allow you to accumulate specific function calls into the todo list as well, or is there already such a functionality I'm missing? Always writing
TODO("Not implemented") // TODO
feels quite redundant.