feat(completion): forward completion entries to current editor
This commit is contained in:
parent
f59125f74a
commit
8934bf5cd0
4 changed files with 77 additions and 22 deletions
|
@ -39,6 +39,7 @@ pub const ArgumentType = enum {
|
|||
string,
|
||||
integer,
|
||||
float,
|
||||
boolean,
|
||||
object,
|
||||
array,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue