Hello, I’m setting up a different kind of project for our team this year. Since we are a VEXU team, we have two projects (one for each robot) that often share a lot of code. Therefore, we created a sub-directory called “Core” in the project path that contains it’s own src/ and include/ folders, all synced to git.
I have changed the make file to reflect these changes, and the project builds just fine. However, the autocomplete / error detection in VexCode cannot see inside the Core folder. Is it possible to add Core to the autocomplete path?
Have you tried using “Expert Autocomplete” yet I did something very similar and “Expert Autocomplete” worked for me, sorry if this is not what you were looking for.
Ah, found the option, but it still doesn’t recognize the other directory… If there was a configuration file for the intellisense that could probably fix it