QmlJS: Fix incorrect completion inside 'Item\n{ ... }'.
The newline made the linizer add an automatic semicolon after Item, causing the completion context finder to not recognize it as an object definition. Task-number: QTCREATORBUG-2658 Reviewed-by: Roberto Raggi
Loading
Please register or sign in to comment