If I have references to two external/custom JS script files inside my HTML, namely
<script type="text/javascript" src="xyz.com/xyz.js" type="text/javascript" />
or
<script type="text/javascript" src="js/xyz.js" type="text/javascript" />
I somehow cannot figure out how to use SublimeCodeIntel to work due to the lack of documentation. Could someone help me out here?