JavaScript and Google Maps
In my html file, I 'import' the google maps' API as follows:
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
In my .js file, I make calls to the google map's API.
IntelliJ puts a wavy line under the google map's API calls and provides no code-completion for the map's API.
I don't see any way to add the API to the project libraries.
Is there a way?
(Currently using early-access IntelliJ version 11 ultimate edition.)
Please sign in to leave a comment.
There is a feature request about that: http://youtrack.jetbrains.net/issue/WI-7931
See also the comment to http://youtrack.jetbrains.net/issue/IDEA-49202. It may help you.