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
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.