When you've got inline i/o like: ``` operation GetFoo { input := {} } ``` it would be cool if we had [inlayHints](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint) with the name of the input/output shape right after the `:=`.
When you've got inline i/o like:
it would be cool if we had inlayHints with the name of the input/output shape right after the
:=.