# Bug report <!-- ⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first: - Docs: https://docs.supabase.com - Discussions: https://github.com/supabase/supabase/discussions - Discord: https://discord.supabase.com Before opening a bug report, please verify the following: --> A couple new bugs with the hover: - Hover duplicates certain definitions <img width="1086" height="516" alt="Image" src="https://github.com/user-attachments/assets/135c730b-fd82-4816-9ff4-f7cfc8de1cbb" /> - Hover works on `$` params when it shouldn't <img width="934" height="364" alt="Image" src="https://github.com/user-attachments/assets/7e9b6281-82b5-4284-9668-15867e207560" /> A couple of features: - Hover doesn't work with `CTEs` ``` WITH foo AS (SELECT * FROM table) SELECT foo.id; ```