Skip to content

Cannot see inline method descriptions. #13089

Open
@alexpalco

Description

@alexpalco

Environment

  • OS and Version:

Mac OS Sonoma 14.12.1

  • VS Code Version:

Version: 1.96.2 (Universal)

  • C/C++ Extension Version:

Identifier
ms-vscode.cpptools
Version
1.22.11
Last Updated
2024-12-30, 10:54:57
Size
211.0 MB

  • If using SSH remote, specify OS of remote machine:

Bug Summary and Steps to Reproduce

Bug Summary:

Cannot see inline method descriptions.

Steps to reproduce:

  1. Follow the steps in https://code.visualstudio.com/docs/cpp/config-clang-mac
  2. Try to explore Explore IntelliSense

Expected behavior:

Inline method description appears.

Image

Actual behavior:

Image

Configuration and Logs

{
    "configurations": [
        {
            "name": "Mac",
            "includePath": [
                "${workspaceFolder}/**",
                "/usr/local/include/**",
                "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1"
            ],
            "macFrameworkPath": [
                "/System/Library/Frameworks",
                "/Library/Frameworks"
            ],
            "compilerPath": "/opt/homebrew/Cellar/gcc/14.2.0_1/bin/g++-14",
            "cStandard": "c17",
            "cppStandard": "c++17",
            "intelliSenseMode": "macos-gcc-arm64"
        }
    ],
    "version": 4
}

C/C++: Log diagnostics -> Empty

Other Extensions

No other extensions installed.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions