JuliaEditorSupport / JuliaEditorSupport/zed-julia

Method in let block not captured in symbols

Open
#70 1 comment 0 reactions 0 assignees View on GitHub

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.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.