Weird coding popups

Why does this keeps on happening? I’m using Visual Studio Code. Restarting extension code seems to help for 2 seconds.

2 Likes

what version of forc-lsp are you using. Looks like you are using an old buggy version.

can you run

forc-lsp --version

Currently it is forc-lsp 0.66.5

interesting. I’m happy to take a look at what’s going on if you want to allow me access to the code base. Or if there is a minimal reproducible example you can send over.

My github is @joshuabatty

I was testing with the multiasset vault. Not sure if it’s a Rust issue where they auto hint out such types.

Hmm is it a problem linked to rust analyzer?

Similar weird popups such as:

To be more explicit, you can see the grey lines :u64 auto showing up. It gets annoying sometimes where it glitches similar to the original post.
image

Another weird issue is underlining problems that doesn’t exists, I can compile and run test successfully:
image