I have to run the “repair IDE” command much more frequently when I’m using Cody with Golang 2024.3. This has happened with every version of the plugin and older versions of the IDE; it doesn’t seem to be more or less frequent with v7.1.0 of the plugin or this version of the IDE.
From my point of view, I’ll start seeing functions reporting as “unresolved references,” even though they are, in fact, defined in the same project.
The code will compile and run; the IDE will show the tooltip docs for the function. When I repair the IDE (drop and rebuild indexes and caches), the red highlighting goes away. For a while, at least.
The errors eventually make coding irksome - autocomplete starts hallucinating, I can’t navigate, types aren’t inferred, etc.
I suspect this is caused by Cody because when I disable Cody, this doesn’t happen. I’m able to work for hours without having to repair the IDE. I enable Cody, and issues pop up within an hour.