Solution for Kdevelop is not showing any syntax error for qml code [closed]
is Given Below:
When i execute a QML code in Kdevelop, if the code contains any syntax errors or any other types of error , Kdevelop is not displaying it. It’s becoming very annoying.
Suppose the code is
Rectangle{
id:root
width:200
height:300
color:"red
}
While executing this code in Kdevelop(using Shift+F9), it’s not showing any error. Ideally it should an error in the line beginning with color as it has no closing quotes, but it just doesn’t show anything.