forked from qt-creator/qt-creator
QmlJS: Fix completion context when cursor is to the right of inserted ;
Done-with: Erik Verbruggen
This commit is contained in:
@@ -690,7 +690,6 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
|
||||
|
||||
if (contextFinder.isInRhsOfBinding() && qmlScopeType) {
|
||||
doQmlKeywordCompletion = false;
|
||||
qDebug() << "property name: " << contextFinder.bindingPropertyName();
|
||||
|
||||
if (!contextFinder.bindingPropertyName().isEmpty()) {
|
||||
const Interpreter::Value *value = qmlScopeType;
|
||||
|
||||
Reference in New Issue
Block a user