forked from qt-creator/qt-creator
QmlJS: Fix completion for grouped property bindings.
Task-number: QTCREATORBUG-1388 Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -630,7 +630,7 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
|
||||
|
||||
// Set up the current scope chain.
|
||||
QList<AST::Node *> astPath = semanticInfo.astPath(editor->position());
|
||||
context.build(astPath , document, snapshot, m_modelManager->importPaths());
|
||||
context.build(astPath, document, snapshot, m_modelManager->importPaths());
|
||||
|
||||
// Search for the operator that triggered the completion.
|
||||
QChar completionOperator;
|
||||
|
||||
Reference in New Issue
Block a user