rust/crates/ra_ide/src
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
..
completion Ignore proc-macro in completion 2020-04-18 19:26:54 +08:00
display Don't expose SyntaxNodePtr impl details 2020-04-16 21:01:04 +02:00
references
snapshots Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
syntax_highlighting Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
typing
assists.rs
call_hierarchy.rs
call_info.rs Remove #[should_panic] from call_info tests 2020-04-11 15:47:09 -04:00
completion.rs Better naming for scope completion 2020-04-07 13:20:41 +02:00
diagnostics.rs Correctly highlight ranges of diagnostics from macros 2020-04-17 13:56:38 +02:00
display.rs
expand_macro.rs
extend_selection.rs
folding_ranges.rs
goto_definition.rs
goto_type_definition.rs Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
hover.rs
impls.rs
inlay_hints.rs Omit more parameter hints in the presence of underscores 2020-04-18 10:53:48 +03:00
join_lines.rs
lib.rs Check for eprintln on CI 2020-04-06 17:00:18 +02:00
marks.rs Don\t suggest import itself as a completion for import 2020-04-17 14:28:20 +02:00
matching_brace.rs
mock_analysis.rs
parent_module.rs
prime_caches.rs
references.rs Simpler acessors for keywords 2020-04-09 23:42:01 +02:00
runnables.rs Fix unnecessary braces warnings 2020-04-06 17:21:33 +03:00
source_change.rs
ssr.rs
status.rs
syntax_highlighting.rs Add semantic tag for unresolved references 2020-04-18 21:28:51 +02:00
syntax_tree.rs Rename some tokens 2020-04-10 17:07:09 +02:00
test_utils.rs
typing.rs Semicolon token 2020-04-10 16:10:28 +02:00