I’m not sure if this is a bug, but it seems that the AI autocompletion isn’t working at all. As an example, consider this code snippet:
$this->assertEquals(DS . 'home' . DS . 'vol1/path/to/htdocs/runtime/views', $app->path->resolve('@runtime/views'));
Generally, after writing the 2nd DS, I can wait 2-3 seconds and Antigravity will suggest replacement of all slashes with “DS”.
Right now, the feature seems to be disabled or non-functional, while chat / agents work correctly.
Does anyone else also experience the same issue?