I recently adopted Codeium as a coding assistant for my work within VSCode. I've been happy with the often surprisingly insightful (and occasionally hilariously incorrect) autocomplete suggestions it offers.
But I have been bitten at times by a new issue: I don't always accept a suggestion, but the suggestion may contain some text I would have written myself. For example, the suggestion may include a closing brace or semicolon I need, and in the moment I may not notice whether I have already typed those characters or they are just a suggestion.
The main factor here is the default VSCode formatting for these suggestions. They are different from the native VSCode autocomplete, which is a popup overlay that's pretty obvious. Instead, it uses "ghost text:"