Could develop a plugin to prompt checked exception in Kotlin?

image
Kotlin code could not prompt information about checked exception,or I read the implementation of ‘readFile’.
when I read the implementation, I know the function can throws checked exception and will pay attention to using this function.
image
like java highlight the called function,but not must try catch ,just as a prompt, and I can decide whether to handle .