开发者

Google Maps JS API in Eclipse

开发者 https://www.devze.com 2023-01-15 01:33 出处:网络
I\'d like to have an \"autocomplete\" functionality in Eclipse for Google Maps JavaScript API. For example:

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 p开发者_StackOverflowossible? If it is, how?


The best autocomplete I've seen for Eclipse is by installing the Aptana plugin from http://www.aptana.com/. I haven't actually done this, but if you downloaded the Maps JS file and added it to your project, that should be enough to get autocompletion for at least the class and function names.

0

精彩评论

暂无评论...
验证码 换一张
取 消