feat(doc-symbol): exact-match hint in the "Link to docs" picker #687
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-learn!687
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/687/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App side of the popularity hint.
Candidates now arrive ranked by the resolver (popular near-matches first), so the "Link to docs" picker shows e.g.
descrat the top for a typeddescripti, while the exact-named match (if any) carries anexactchip.seaborn.kdeplot,dplyr::mutate) with an exact hit still auto-applies — no picker friction.DocSymbolis unchanged.Tests: bare-exact → picker with the exact flagged; qualified-exact → still auto-applies. Needs the infra ranking migration + a re-seed to surface real popularity order.