Auto completion enhanced for extends and class level identifier

This commit is contained in:
Thakee Nathees 2020-08-17 12:54:01 +05:30
parent 72d12289bb
commit d53f5b55ec
3 changed files with 60 additions and 3 deletions

View file

@ -513,6 +513,7 @@ public:
COMPLETION_GET_NODE,
COMPLETION_FUNCTION,
COMPLETION_IDENTIFIER,
COMPLETION_EXTENDS,
COMPLETION_PARENT_FUNCTION,
COMPLETION_METHOD,
COMPLETION_CALL_ARGUMENTS,