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

Client side of Inlay Hint support #1683

Merged
merged 4 commits into from
Apr 14, 2022
Merged

Client side of Inlay Hint support #1683

merged 4 commits into from
Apr 14, 2022

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented Apr 1, 2022

This is the VSCode-side of inlay hint support, the backend is provided at ionide/FsAutoComplete#907.

There's nothing really special from the VSCode side of things, all the interesting work is on the backend.

Here's a snippet of what it looks like from my local debug version of the editor (which has bad coloring, I know):

image

@baronfel baronfel marked this pull request as ready for review April 2, 2022 16:38
@baronfel
Copy link
Contributor Author

baronfel commented Apr 2, 2022

I've added config toggles for enabling the feature overall, as well as type annotations and method parameters specifically. I'll have to do a PR to the ionide docs to sync this up, but they show up in the VS Code settings UI nicely.

@baronfel baronfel merged commit 9796e69 into main Apr 14, 2022
@baronfel baronfel deleted the inlay-hints branch April 14, 2022 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant