```odin import "core:fmt" main :: proc () { fmt.println("Hello World") } ``` Triggering go-to-references on any `fmt` symbol should show all fmt package uses in this file.
Triggering go-to-references on any
fmtsymbol should show all fmt package uses in this file.