Skip to content

C/C++ .i header files taken as plain text #3567

@david-cortes

Description

@david-cortes

In C language, there's usually header files that end in .h, but these can be pre-processed by compilers such as gcc to produce a .i file which serves the same purpose, but has already underwent macro text substitutions, and can also be included with #include "file.i".

These are currently not recognized as C header files in vscode with the C/C++ extension.

(moved from microsoft/vscode#73089)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions