rust-analyzer/crates/ra_assists/src
bors[bot] b63e23e98e
Merge #5350
5350: Filter assists r=matklad a=kjeremy

Uses the `CodeActionContext::only` field to compute only those assists the client cares about.

It works but I don't really like the implementation.

Co-authored-by: kjeremy <kjeremy@gmail.com>
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2020-07-15 17:58:46 +00:00
..
handlers Move remove_bounds to edit.rs 2020-07-14 13:33:37 +02:00
tests Unify naming of generating assists 2020-07-03 19:32:18 +02:00
utils Expose find_insert_use_container 2020-06-13 19:05:46 +02:00
assist_config.rs Move allow list into AssistConfig 2020-07-15 09:45:30 -04:00
assist_context.rs Move allow list into AssistConfig 2020-07-15 09:45:30 -04:00
ast_transform.rs Make SemanticsScope non-generic 2020-07-01 09:34:45 +03:00
lib.rs Move allow list into AssistConfig 2020-07-15 09:45:30 -04:00
tests.rs Move allow list into AssistConfig 2020-07-15 09:45:30 -04:00
utils.rs Follow matklad suggestions 2020-06-29 01:18:50 +03:00