jaredly / jaredly/reason-language-server
Visual Studio Code "Go to Symbol in Workspace" support.
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 649
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
When I'm in a file in VS code, Command-R works most of the time to navigate to most symbols in a file (sometimes symbols are missing from the list, I'm not sure why). It'd be really neat if we could use Command-T (go to symbol in workspace) to fuzzy match all symbols in the project, and navigate to them quickly. However, when I press Command-T, the list comes up always empty, no matter which file I have open when I press it, or what I type.
Are others seeing the same behavior?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Reproduce the empty Command-T workspace-symbol list in VS Code, then trace the language server's workspace-symbol handling; done means symbols are listed and can be opened from the workspace search.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100