From 71a97a2d8c30fc4061a545f1e2db10e3559eae36 Mon Sep 17 00:00:00 2001 From: ivan770 Date: Thu, 11 Mar 2021 18:14:41 +0200 Subject: Provide regions in file structure --- crates/ide_completion/src/item.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ide_completion') diff --git a/crates/ide_completion/src/item.rs b/crates/ide_completion/src/item.rs index 9a4b5217a..7b553ea7a 100644 --- a/crates/ide_completion/src/item.rs +++ b/crates/ide_completion/src/item.rs @@ -225,6 +225,7 @@ impl CompletionItemKind { SymbolKind::Local => "lc", SymbolKind::Macro => "ma", SymbolKind::Module => "md", + SymbolKind::Region => "rn", SymbolKind::SelfParam => "sp", SymbolKind::Static => "sc", SymbolKind::Struct => "st", -- cgit v1.2.3