If you mean javascript part of PhoneGap, you basically need to unpack your files on your local drive (under the project root folder, or outside) and create new JavaScript library (Settings -> JavaScript -> Libraries). This way you will have code hinting for library classes and methods.
Hi Darren,
If you mean javascript part of PhoneGap, you basically need to unpack your files on your local drive (under the project root folder, or outside) and create new JavaScript library (Settings -> JavaScript -> Libraries). This way you will have code hinting for library classes and methods.
All the best,
Kirill
Thank you, I figured it may be as simple as that but wsn't sure if it require something more.