Qml find unused functions and variables
Unsolved
QML and Qt Quick
-
wrote on 14 Jun 2021, 13:40 last edited by
Is there a tool like Lint that can detect unused functions, dead code, and unused variables in qml files? I have seen "qmllint" but it not useful in this case.
The "eslint-plugin-qml" is not working in my case and it gives errors when I try to run it.
Error: "qml-parser/qml-parser: Exec format error".Can someone suggest some tool that I can use?
1/1