rust/crates/ra_editor/src
bors[bot] 2ded93a78a Merge #143
143: Implement Find All References and Rename for local variables r=matklad a=kjeremy

Expose `find_all_refs` in `Analysis`. This currently only works for local variables.

Use this in the LSP to implement find all references and rename.

Co-authored-by: Jeremy A. Kolb <jkolb@ara.com>
2018-10-20 12:51:30 +00:00
..
scope Implement Find All References for local variables 2018-10-18 13:40:12 -04:00
code_actions.rs Cargo Format 2018-10-16 09:41:10 -04:00
completion.rs Cargo Format 2018-10-16 09:41:10 -04:00
edit.rs Cargo Format 2018-10-16 09:41:10 -04:00
extend_selection.rs Cargo Format 2018-10-16 09:41:10 -04:00
folding_ranges.rs Cargo Format 2018-10-16 09:41:10 -04:00
lib.rs Cargo Format 2018-10-16 09:41:10 -04:00
line_index.rs Cargo Format 2018-10-16 09:41:10 -04:00
symbols.rs Update rowan 2018-10-17 19:52:25 +03:00
test_utils.rs Cargo Format 2018-10-16 09:41:10 -04:00
typing.rs Cargo Format 2018-10-16 09:41:10 -04:00