I have two javascript files as part of my project in Tizen Studio 2.3, lets say A.js and B.js. I've defined some functions in B.js that are used by functions in A.js...of couse, my index.html references both A.js and B.js as script sources. Yet, Tizen Studio says I've got an undefined function in A.js (even though it IS defined in B.js) How do I tell Tizen Studio to look broader across the whole project rather than just the current script for defined functions?
Tizen Studio false positive "problems"