Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

"Find All References" shows no result but "Peek References" shows correct results. #2197

Closed

Description

Environment:

  • OS: Xubuntu 18.04.1 LTS
  • vscode: 1.30.1, dea8705087adb1b5e5ae1d9123278e178656186a, x64

Steps to Reproduce:

  1. Open big go project.
  2. Select function and use Right Mouse Click choose "Find All References" - NO RESULT
  3. Select "Peek References" - all results provided.

Addition info:
After some amount time or after using "Peek References" "Find All References" shows correct result but then might fail.

Trace logs does not show correct info about root cause, only error like: ERR An unknown error occurred. Please consult the log for more details. (I use -v with --debug=trace).
image
"Peek References" always works correctly but "Find All References" fails about 70% of cases.

This might be important, that adding following error too:

[Extension Host] Command failed: /opt/go/bin/go doc -c -cmd -u repo/module resolutionID
doc: no symbol resolutionID in package repo/module exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions