pascal-language-server icon indicating copy to clipboard operation
pascal-language-server copied to clipboard

Implement `textDocument/inlayHint`

Open genericptr opened this issue 2 years ago • 0 comments

Currently Sublime Text doesn't send document scopes so this would be expected to generate hints for all parameters in the entire file every time it was updated. That's probably not feasible but maybe VSCode is smarter about it?

Regardless I wasn't able to determine if code tools actually has information on proc call parameters so this feature may not be possible for us.

genericptr avatar Apr 30 '23 01:04 genericptr