Add keyword code completion option

This commit is contained in:
Nolkaloid
2026-03-25 23:10:02 +01:00
parent 9273a6a9a0
commit 1d165e7ea9
11 changed files with 21 additions and 5 deletions
+3 -1
View File
@@ -431,7 +431,9 @@
</constant>
<constant name="CODE_COMPLETION_KIND_PLAIN_TEXT" value="9" enum="CodeCompletionKind">
</constant>
<constant name="CODE_COMPLETION_KIND_MAX" value="10" enum="CodeCompletionKind">
<constant name="CODE_COMPLETION_KIND_KEYWORD" value="10" enum="CodeCompletionKind">
</constant>
<constant name="CODE_COMPLETION_KIND_MAX" value="11" enum="CodeCompletionKind">
</constant>
</constants>
</class>