We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 970f823 + 14f6ecc commit 6459609Copy full SHA for 6459609
1 file changed
modules/gdscript/gdscript_editor.cpp
@@ -939,7 +939,7 @@ static void _find_annotation_arguments(const GDScriptParser::AnnotationNode *p_a
939
ScriptLanguage::CodeCompletionOption hint1("attenuation", ScriptLanguage::CODE_COMPLETION_KIND_PLAIN_TEXT);
940
hint1.insert_text = hint1.display.quote(p_quote_style);
941
r_result.insert(hint1.display, hint1);
942
- ScriptLanguage::CodeCompletionOption hint2("inout", ScriptLanguage::CODE_COMPLETION_KIND_PLAIN_TEXT);
+ ScriptLanguage::CodeCompletionOption hint2("positive_only", ScriptLanguage::CODE_COMPLETION_KIND_PLAIN_TEXT);
943
hint2.insert_text = hint2.display.quote(p_quote_style);
944
r_result.insert(hint2.display, hint2);
945
}
0 commit comments