Configuring error detection / autocomplete

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.

1 Like

Sounds like it might help, where did you find this option?

1 Like

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

1 Like

Have you put in the .v5code file includes, I think that will make it work.

All the files and directories in Core are listed in the .v5code file, if that’s what you mean

1 Like