This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Offer choice for Go to definition when target definition is ambiguous #59026
Labels
team/code-search
Issues owned by the code search team
In some cases, such as when we have search-based code intel, or when even with precise code intel, there are multiple sources for the same symbol/definition (or the indexer isn't able to distinguish between the two due to some lazy rules such as that of C++ templates), it is valuable to be able to select a definition site during Go to definition.
Here is an example of how GoLand/IntelliJ does it.
It would be valuable to have a similar UI compared to the current behavior where it picks one result randomly.
The text was updated successfully, but these errors were encountered: