getQuickInfoAtPosition
abstract fun getQuickInfoAtPosition(fileName: String, position: Double, maximumLength: Double = definedExternally): QuickInfo?(source)
Gets semantic information about the identifier at a particular position in a file. Quick info is what you typically see when you hover in an editor.
Parameters
fileName
The path to the file
position
A zero-based index of the character where you want the quick info
maximumLength
Maximum length of a quickinfo text before it is truncated.