I just want to ask if there’s a way for it to find all functions without getting “0 results” while I can find them manually? Thank you everyone.
Hello @OlwenTh, welcome to AI Forum!
If I understand the problem correctly, Antigravity’s agent primarily indexes the active root directory. Without a .code-workspace file, the IDE does not know that these multiple folders are related “roots.”
Please, try creating a file named project.code-workspace at the root of your main directory and add the paths to your different contexts inside it. This forces the agent to treat every listed folder as a “first-class citizen” for indexing.