rust-lang / rust-lang/rust-analyzer

feature: Links in the error hint should be clickable

Open
#13,194 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

A-vscode C-enhancement S-unactionable
Dominant language
Rust
Stars
16.9k
Forks
2.2k
Avg merge
1d 12h
Merged PRs (30d)
72

Description

rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 0.3.1194-standalone (67920f797 2022-09-04)

rustc version: (eg. output of rustc -V)
rustc 1.63.0 (4b91a6ea7 2022-08-08)

Screen Shot 2022-09-05 at 11 55 46 AM

It would be nice if the link to the Github issue was clickable (similar to how clicking the error brings your to the link for that error "rustc(E0658)")

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 locating the rust-analyzer error-hint rendering and compare it with the existing clickable rustc(E0658) error link behavior. The work is done when the GitHub issue link shown in the hint is clickable in the relevant IDE view.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.