Is it possible to support inlay hints for `var`s variables? currently there is only support for parameters (which is fantastic ❤ ) ``` final var localPath /* Path */ = Path.of() ```