For example, I am using Google Maps API and I want to see all possible fields and methods.
<script type="text/javascript" src="https://www.google.com/jsapi"> </script>
<script type="text/javascript">
var ge;
google.load("earth", "1");
If I type google. I want to see every available functions and fields
For now I use Visual Web Developer 2010 Express and it shows only base methods available for all objects like toString().
To my knowledge not yet, but you can use this simple code to “print” all that’s in an object.
It is crude but it works 🙂