From 93739f82ee1d6107336733827464086f501db85e Mon Sep 17 00:00:00 2001 From: Fusion Date: Thu, 27 May 2021 12:38:35 +0200 Subject: [PATCH] Add missing keywords to autocomplete. --- IDEHelper/Compiler/BfAutoComplete.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/IDEHelper/Compiler/BfAutoComplete.cpp b/IDEHelper/Compiler/BfAutoComplete.cpp index 1120e462..add40636 100644 --- a/IDEHelper/Compiler/BfAutoComplete.cpp +++ b/IDEHelper/Compiler/BfAutoComplete.cpp @@ -1561,6 +1561,7 @@ void BfAutoComplete::CheckIdentifier(BfAstNode* identifierNode, bool isInExpress "out", "params", "ref", "rettype", "return", "sealed", "sizeof", "scope", "static", "strideof", "struct", "switch", /*"this",*/ "try", "true", "typeof", "unchecked", "using", "var", "virtual", "volatile", "where", "while", + "alloctype", "comptype", "decltype", "nullable", }; for (int i = 0; i < sizeof(tokens) / sizeof(char*); i++)