26class QQmlLSQuickCompletionPlugin :
public QQmlLSCompletionPlugin
29 void suggestSnippetsForLeftHandSideOfBinding(
const QQmlJS::Dom::DomItem &items,
30 BackInsertIterator result)
const override;
32 void suggestSnippetsForRightHandSideOfBinding(
const QQmlJS::Dom::DomItem &items,
33 BackInsertIterator result)
const override;