rust-analyzer/crates/ide_completion
Alexandre Fourcat 9beefef8f9
Add completion for struct literal in which all fields are visible.
Fix ide_completion tests.

Move 'complete_record_literal' call to the main completion function.

Fix a rendering bug when snippet not available.

Checks if an expression is expected before adding completion for struct literal.

Move 'completion struct literal with private field' test to 'expressions.rs' test file.

Update 'expect' tests with new check in 'complete record literal'.
2021-08-04 18:52:58 +02:00
..
src Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
Cargo.toml minor: drop dummy authors field 2021-07-05 14:19:41 +03:00