Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support goto on consts #6692

Open
piotmag769 opened this issue Nov 19, 2024 · 0 comments
Open

Support goto on consts #6692

piotmag769 opened this issue Nov 19, 2024 · 0 comments
Labels
bug Something isn't working ide This issue refers to CairoLS or editor extensions

Comments

@piotmag769
Copy link
Collaborator

Currently doesn't work, repro:

const CONST: u8 = 5;

fn func() {
    CONST; // <caret> on CONST
}
@piotmag769 piotmag769 added enhancement New feature or request ide This issue refers to CairoLS or editor extensions labels Nov 19, 2024
@piotmag769 piotmag769 moved this to Triage in CairoLS Nov 19, 2024
@mkaput mkaput added bug Something isn't working and removed enhancement New feature or request labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ide This issue refers to CairoLS or editor extensions
Projects
Status: Backlog
Development

No branches or pull requests

2 participants