mirror of
https://github.com/dlang-community/DCD.git
synced 2025-05-12 13:46:20 +03:00
Update src/dcd/server/autocomplete/complete.d
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
parent
371a36e9d5
commit
6edf6a9aee
1 changed files with 5 additions and 3 deletions
|
@ -47,9 +47,11 @@ import dsymbol.utils;
|
||||||
import dcd.common.constants;
|
import dcd.common.constants;
|
||||||
import dcd.common.messages;
|
import dcd.common.messages;
|
||||||
|
|
||||||
enum CompletionToken {
|
enum CallTipHint {
|
||||||
none,
|
none, // asserts false if passed into setCompletion with CompletionType.calltips
|
||||||
bracket, bang
|
regularArguments,
|
||||||
|
templateArguments,
|
||||||
|
indexOperator,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue