-
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
Doesn't show documentation for typedef in a namespace #5241
Comments
Hi, I'm working on https://github.com/SurakartaArcade/libsurakarta. The screenshot is from This is a non-exhaustive list of extensions on my system:
If you are more specific, I can given you more repro details. |
Thanks for the info. I reproed it. The bug is triggered by the surrounding "namespace ". It appears to be an issue inherited from Visual Studio, so you can upvote https://developercommunity.visualstudio.com/content/problem/975899/c-intellisense-show-no-documentation-comment-for-t.html if you have a Microsoft account. |
VS fixed it in a component that isn't shared yet, i.e. we'd need to make a different fix. |
Sorry to be 'that guy', but since it's been around two years... It would be great if this could be fixed. Is there any idea of an updated ETA? |
@db-src @ShukantPal Sorry about that and thanks for the "ping" -- it looks like this "fell through the cracks" -- it was trivial to apply the fix that VS made. It should be fixed in our next update. |
Brilliant, thank you! |
Fix available in pre-release https://github.com/microsoft/vscode-cpptools/releases/tag/v1.17.0. |
Fixed in release version https://github.com/microsoft/vscode-cpptools/releases/tag/v1.17.2. |
Type: LanguageService
Hovering over
Move
doesn't show the documentation like moving over a method or class does.The text was updated successfully, but these errors were encountered: