Files
Sam Morrow 3dc1535b88
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
Accept bare method names in symbol extraction
When searching for a symbol like 'RegisterRoutes', if no exact match
is found, try suffix matching against receiver-qualified names like
'(*Handler).RegisterRoutes'. Returns the match only when unambiguous
(exactly one suffix match).

Error messages now suggest the closest match when a suffix match exists
but wasn't used (e.g., when there are multiple types with the same
method name).

Updated the symbol parameter description to document the receiver
prefix format and note that bare names work when unambiguous.
2026-02-10 11:17:02 +01:00
..
2026-02-06 15:33:41 +01:00
2026-02-06 15:33:41 +01:00
2025-11-06 14:48:11 +01:00
2026-02-06 15:33:41 +01:00
2026-01-19 15:59:40 +01:00
2026-02-06 15:33:41 +01:00