genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
53 stars 15 forks source link

Implement `textDocument/inlayHint` #40

Open genericptr opened 1 year ago

genericptr commented 1 year ago

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.