I am editing a .jsp file, and I inserted a <script> html tag, specifying the path of the jquery.js file, then in the next <script> tag, I am trying to use JQuery methods, but it has not autocompletion.

How do I enable autocompletion for JavaScript in HTML/JSP files? I am currently using Web Tools Project, but I am willing to download any other addon if required.