forceFullDocumentSync property

  1. @override
bool get forceFullDocumentSync
override

Whether this server should always use full-document didChange sync. ccls is handled in this mode for semantic highlight compatibility.

Implementation

@override
bool get forceFullDocumentSync => executable.contains('ccls');