jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.
MIT License
152 stars 29 forks source link

Can't it include on it's own #192

Open YusufSuleman opened 1 year ago

YusufSuleman commented 1 year ago

Hello, After trying this on a file and writing code that would require me to include Package.h, it just gives me this: image With no quick fix of including a file, can't it look into other files?