QmlJS: Make variables in imported JS documents show up in completion.
Filtering them out has long since become unnecessary. It was used back when JS files were sourced from Script elements - there they'd only make the functions available. Now functions and variables are imported. Task-number: QTCREATORBUG-1735 Reviewed-by: Erik Verbruggen
Showing
- src/libs/qmljs/qmljsinterpreter.cpp 1 addition, 14 deletionssrc/libs/qmljs/qmljsinterpreter.cpp
- src/libs/qmljs/qmljsinterpreter.h 0 additions, 10 deletionssrc/libs/qmljs/qmljsinterpreter.h
- src/libs/qmljs/qmljslink.cpp 0 additions, 2 deletionssrc/libs/qmljs/qmljslink.cpp
- src/plugins/qmljseditor/qmljscodecompletion.cpp 1 addition, 3 deletionssrc/plugins/qmljseditor/qmljscodecompletion.cpp
Loading
Please register or sign in to comment