microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doxygen return parameter links to a GitHub user's account page

bastian2001 opened this issue · comments

Environment

  • OS and Version: Windows 10
  • VS Code Version: 1.88.1
  • C/C++ Extension Version: 1.19.9

Bug Summary and Steps to Reproduce

Bug Summary: Inconsistent popup behaviour

Steps to reproduce:

  1. Write a doxygen style comment with @ return in it (space so he gets no ping from this issue)
  2. Hover over the @ return label
  3. A popup of GitHub user @ return appears
    Expected behavior: No popup, just like with @ brief, @ param, ...

grafik

Configuration and Logs

N/A

Other Extensions

No response

Additional context

Seems to happen only in GitHub repositories.

Can you verify that this issue doesn't repro after our extension is disabled? This will help us confirm that this issue is coming from the C/C++ Extension.

@browntarik you're right, I just assumed that because the C++ extension is responsible for the tooltip popups, that it would be responsible for all popups of this style, but this popup seems to come from another extension or VS Code itself.

Seems to be the GitHub Pull Requests Extension