Functionsยง
- find_
references_ grep - Find all references to the symbol at
file:line:col(grep-based). - go_
to_ definition_ grep - Find where the symbol at
file:line:colis defined (grep-based). - hover_
grep - Show type / doc context for the symbol at
file:line:col(grep-based). - word_
at_ position - Extract the identifier (word) that covers
colonline(both 1-based). ReturnsNonewhen the position is out of range or lands on whitespace/punctuation.