How to configure VSCode for GTK3 for intellisense / build / debug and g++
问题 I'm using g++ GTK3 VSCode How do I get the following to work: Intellisense / code completion for gtk Buiding inside VSCode Debugging with VSCode Problem: VSCode does not find includes - especially #include <gtk/gtk.h> is red in source. 回答1: The important thing to note is, that you need to tell VSCode the include paths and compiler flags to work properly. First step: Open the target folder in VSCode. Now you should have a new hidden folder .vscode in there. Open it. You want to apply the