Does IntelliJ have a way to translate kotlin line ...
# intellij
m
Does IntelliJ have a way to translate kotlin line number (with inline functions after the end of the file) to regular line number (so I know where inside inline function is that specific line)? I know there is parse stacktrace, but what if I don't have the line numbers in stack trace format?