Initial implementation of custom postfix snippets

This commit is contained in:
Lukas Wirth 2021-10-04 17:49:21 +02:00
parent 7faa35cbbd
commit 88f213eadd
8 changed files with 189 additions and 7 deletions

View file

@ -74,6 +74,7 @@ pub(crate) const TEST_CONFIG: CompletionConfig = CompletionConfig {
group: true,
skip_glob_imports: true,
},
postfix_snippets: Vec::new(),
};
pub(crate) fn completion_list(ra_fixture: &str) -> String {