rust/crates/rust-analyzer
Aleksey Kladov ca61356b01 Add semantic tag for unresolved references
This is a quick way to implement unresolved reference diagnostics.
For example, adding to VS Code config

    "editor.tokenColorCustomizationsExperimental": {
        "unresolvedReference": "#FF0000"
    },

will highlight all unresolved refs in red.
2020-04-18 21:28:51 +02:00
..
src Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
tests/heavy_tests Add proc-macro cli command for rust-analyzer 2020-04-16 21:13:57 +08:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Add proc-macro cli command for rust-analyzer 2020-04-16 21:13:57 +08:00