-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
The position of inlay hint parameter is wrong when using at
or operator[]
to access a container's element
#9741
Comments
at
or operator[]
to access a container's element
Other repro cases:
|
@zhiyiYo Please upvote the issue at https://developercommunity.visualstudio.com/t/C-inline-hint-parameter----position-of/10122247?port=1026&fsid=c4e872fe-0e2c-4bdf-aa14-c26fe321ff59&entry=problem |
@michelleangela |
Verified fixed for 1.13.2 |
@michelleangela What? I don't believe the fix made it in yet. The plan was for 1.13.3. |
@michelleangela Ah, I see now -- it is fixed. I was looking at the follow up PR which is related. |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
The position of inlay hints is wrong.
Expected behavior
c:
should be in front ofs_[0]
Code sample and Logs
The text was updated successfully, but these errors were encountered: