I'm trying to learn javascript with bing maps.
How can I type dot (.) and see what the API has to offer? I don't want to go to the MSDN every time I'm looking for a method. Example:
mapTypeId:Microsoft.Maps.MapTypeId.road,
except road (at the end), there are other options such as: birdseye, collinsBart etc. I know this because I had to read the MapTypeId Enumeration. It would have been easier if I could only click the dot after the MapTypeId and get the enumeration.
Is there a way to do this? (I'm using eclipse).