Skip to content

Can't go to definition with the latest version of the cpptools plugin #13697

Open
@wsun987

Description

@wsun987

Environment

  • OS and Version: windows11 home 64bit 24h2
  • VS Code Version: 1.101.0
  • C/C++ Extension Version: 1.25.3
  • If using SSH remote, specify OS of remote machine:

Bug Summary and Steps to Reproduce

Bug Summary:
Recent months, I found that the “go to definition” doesn't work well, some typedefs and function can't jump to definition by context menu or ctrl+click;

Then I roll back the history version one by one, finally I found the 1.22.11 version works well

Image

error logs:

Image

Configuration and Logs

{
    "configurations": [
        {
            "name": "Win32",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [
                "_DEBUG",
                "UNICODE",
                "_UNICODE"
            ],
            "compilerPath": "C:/MinGW/bin/gcc.exe"
        }
    ],
    "version": 4
}

Other Extensions

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

Feature: Go to DefinitionAn issue related to Go to Definition/Declaration.bugmore info neededThe issue report is not actionable in its current stateregressionA bug that didn't exist in a previous release

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions