I have following code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"></script>
<script type="text/javascript">
function demo() {
}
</script>
Can I use "Resources" in "Settings panel" to make http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js
map to a local file? and code completion can work well. Please take a look at attachment, thanks.