Enabling full documentation for J2EE in eclipse
- by maayank
I'm new to Eclipse and am using it currently to play with J2EE.
When using Ctrl+Space for types/functions from the regular Java libraries I get a full description (i.e. general description of the type, what are the arguments of the method for, etc.). However I don't get the same for J2EE types.
For example, when using Ctrl+Space on methods of the HttpSession class I get only names like "arg0" or "obj" and no description.
Is there some kind of a package I can install to remedy this?