It would be nice to be able to refer to a specific function/type from luadoc ```lua ---Hello ---@class SomeClass ---This uses [this](lua://SomeClass) local function f() end ``` and then on hover, I can hover over `this` in order to get the docs of `SomeClass`. Its like `@see` but inline