You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this project, I realize C and C++ aren't supported yet, but I'm sure it's something you've thought about it. It's something I'm running into now.
Without trying to build the software, how will Stack Graphs know how to resolve an #include location? such things are typically managed by a make file or some build system like cmake because there is no standardized way of setting up projects in C/C++.
Looking forward to your insight, because I'm stumped.