rust/crates/ide-completion/src
feniljain ec268c0d6c fix: breaking snippets on typed incomplete suggestions
Fix the case where if a user types `&&42.o`, snippet completion
was still applying &&Ok(42). Note this was fixed previously
on `&&42.` but this still remained a problem for this case
2022-12-03 08:43:13 +05:30
..
completions fix: breaking snippets on typed incomplete suggestions 2022-12-03 08:43:13 +05:30
context fix: Fix item completions not working properly after unit structs and outline modules 2022-11-08 08:37:45 +01:00
render fix: Fix reference autocompletions using incorrect offsets in macro inputs 2022-08-23 14:29:59 +02:00
tests fix: Fix item completions not working properly after unit structs and outline modules 2022-11-08 08:37:45 +01:00
completions.rs Add stub for cargo environment variables auto completion 2022-10-06 16:32:19 +02:00
config.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
context.rs Auto merge of #13386 - Veykril:completions-ref, r=Veykril 2022-10-10 14:05:38 +00:00
item.rs Record derive helper attributes, resolve them in IDE layer 2022-07-26 09:26:51 +02:00
lib.rs Pass context to env vars completion 2022-10-06 21:35:12 +02:00
render.rs fix: Fix reference autocompletions using incorrect offsets in macro inputs 2022-08-23 14:29:59 +02:00
snippet.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
tests.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00