Can you provide more details? E.g. what do you mean by "hover edit" and which operating system are you using?. And where do you save your sketch to (from memory, there is a known issue if it's not on the C-drive when using Windows but I might be mistaken)?
Thanks for your input, you were correct.
My instal is on W10 with the sketch book files were located on my NAS. After a bit of testing the I have found that the hover edit (when you hold the cursor over a variable a pop up occurs after 0.5 secs with the variables properties) doesn’t work when the files aren’t stored on a local drive.
I have resolved the issue by syncing the files to a local drive from the NAS
Hi @Yowie22. As mentioned by sterretje, this is a known bug specific to the Arduino IDE 2.1.0 release:
The developers have already fixed the bug at its origin, but it will take some time still to propagate through the supply chain to be available to Arduino IDE users. It is certain that it will be fixed in the IDE by the time of the next production release though.
Until then, the workaround you found of storing your sketches on the C:\ drive will be the best approach.