JuliaEditorSupport / JuliaEditorSupport/zed-julia
Method in let block not captured in symbols
Open
Nobody has claimed this yet.
external:lsp
- Dominant language
- Rust
- Stars
- 121
- Forks
- 19
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 7
Description
Methods defined in let block are not findable using symbol search (ctrl+T). They also trigger a warning if used elsewhere in the code. The screenshot shows a minimal example: function speak is not referenced in symbols.
Contributor guide
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
Start by reproducing the minimal Julia example from the issue and check the ctrl+T symbol search output. Trace how methods inside a let block are collected and how their uses produce warnings; done means the speak method appears in symbols and no longer triggers the reported warning when used elsewhere.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, rust
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100