Skip to content

Intellisense Not Autocompleting C Code On M1 Mac #11315

@Ghostkwebb

Description

@Ghostkwebb

Environment

  • OS and Version: macOS Sonoma beta 14.0 (23A5301h)
  • VS Code Version: 1.81.1
  • C/C++ Extension Version: v1.16.3
  • If using SSH remote, specify OS of remote machine:

Bug Summary and Steps to Reproduce

Bug Summary:
Intellisense doesn't show up when writing C code.

Screen.Recording.2023-08-12.at.1.57.27.PM.mp4

Configuration and Logs

{
    "configurations": [
        {
            "name": "Mac",
            "includePath": [
                "${workspaceFolder}/**"
            ],
            "defines": [],
            "macFrameworkPath": [
                "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
            ],
            "compilerPath": "/opt/homebrew/bin/gcc",
            "cStandard": "c17",
            "cppStandard": "c++17",
            "intelliSenseMode": "macos-gcc-arm64"
        }
    ],
    "version": 4
}

Other Extensions

image

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions