diff options
author | Aleksey Kladov <[email protected]> | 2020-04-18 19:59:22 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-04-18 20:28:51 +0100 |
commit | ca61356b01c8f0919443b3ccd5e543e06694466a (patch) | |
tree | 1d0f3ddc89d96d879ca5366928073ff9470ec9bc /crates/ra_fmt/src | |
parent | 9b16ae5149b7b01c8b2ec4bfb87182c993997b44 (diff) |
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.
Diffstat (limited to 'crates/ra_fmt/src')
0 files changed, 0 insertions, 0 deletions