When I create a source javascript file and start to code, I find that eclipse does not have full support for the javascript library(code hint). For example, I use document.getElementById(id).
Then I press Ctrl + Space, no hint of any attribute for this element, only the function hint. It may be missing some attribute such as innerHTML or style.