Skip to content

Commit

Permalink
Update src/dcd/server/autocomplete/complete.d
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
  • Loading branch information
vushu and WebFreak001 committed May 10, 2023
1 parent d4a7478 commit a19331f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/dcd/server/autocomplete/complete.d
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ import dsymbol.utils;
import dcd.common.constants;
import dcd.common.messages;

enum CompletionToken {
none,
bracket, bang
enum CallTipHint {
none, // asserts false if passed into setCompletion with CompletionType.calltips
regularArguments,
templateArguments,
indexOperator,
}

/**
Expand Down

0 comments on commit a19331f

Please sign in to comment.