gopls version
0.17.1
go env
What did you do?
"os" is not yet imported:

however, strings are already imported:

What did you see happen?
They looks the same.
What did you expect to see?
Show a hint whether a package is going to be auto-imported, because some package names look similar, I want to use an already imported one, but find myself often accept a wrong name, therefor need to undo auto import.
In clangd, there is a little circle indicating this:

after accpeting printf, the circle disappears, because stdio.h is auto imported

Editor and settings
No response
Logs
No response
gopls version
0.17.1
go env
What did you do?
"os" is not yet imported:

however, strings are already imported:

What did you see happen?
They looks the same.
What did you expect to see?
Show a hint whether a package is going to be auto-imported, because some package names look similar, I want to use an already imported one, but find myself often accept a wrong name, therefor need to undo auto import.
In clangd, there is a little circle indicating this:

after accpeting

printf, the circle disappears, becausestdio.his auto importedEditor and settings
No response
Logs
No response