You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, due Eclipse limitation, IContentAssistProcessor never know if it was invoked by character (auto completion), or on demand (assist) so if character under cursor in on completionTriggerChars, LS request is always marked as TriggerCharacter
If assist is invoked by character (via AutoAssistListener which is part of platform ContentAsistant), LS should recive kind: CompletionTriggerKind.TriggerCharacter, is invoked by ctrl/cmd+space LS should receive CompletionTriggerKind.Invoked
The text was updated successfully, but these errors were encountered:
This is follow up issue (see #794)
For now, due Eclipse limitation, IContentAssistProcessor never know if it was invoked by character (auto completion), or on demand (assist) so if character under cursor in on completionTriggerChars, LS request is always marked as TriggerCharacter
If assist is invoked by character (via AutoAssistListener which is part of platform ContentAsistant), LS should recive kind: CompletionTriggerKind.TriggerCharacter, is invoked by
ctrl/cmd+space
LS should receive CompletionTriggerKind.InvokedThe text was updated successfully, but these errors were encountered: