Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement textDocument/inlayHint #40

Open
genericptr opened this issue Apr 30, 2023 · 0 comments
Open

Implement textDocument/inlayHint #40

genericptr opened this issue Apr 30, 2023 · 0 comments
Assignees
Labels
feature A critical part of a feature is missing

Comments

@genericptr
Copy link
Owner

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 genericptr added the feature A critical part of a feature is missing label Apr 30, 2023
@genericptr genericptr self-assigned this Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A critical part of a feature is missing
Projects
None yet
Development

No branches or pull requests

1 participant