Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit a0d84c9

Browse files
fix bug in code completion: space should trigger insertion
1 parent 6c2f0f4 commit a0d84c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Main/Base/Project/Src/Services/ParserService/CodeCompletionOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static TooltipLinkTarget TooltipLinkTarget {
8484
}
8585

8686
public static string CompletionCharList {
87-
get { return properties.Get("CompletionCharList", @"{}[]().,:;+-*/%&|^!~=<>?@#'""\"); }
87+
get { return properties.Get("CompletionCharList", @" {}[]().,:;+-*/%&|^!~=<>?@#'""\"); }
8888
set { properties.Set("CompletionCharList", value); }
8989
}
9090

0 commit comments

Comments
 (0)