Hello, I'd like to have an "autocomplete" functionality in Eclipse for Google Maps JavaScript API. For example:
I write:
map = new google.maps.
and then I'd like Eclipse to offer appropriate methods - like this:
Map
Marker
Polyline
Polygon
...
etc. see http://code.google.com/intl/cs-CZ/apis/maps/documentation/javascript/reference.html
Is that possible? If it is, how?