JavaScript / HTML highlighting / debugging in Eclipse using PhoneGap
Posted
by
Jason Hartley
on Stack Overflow
See other posts from Stack Overflow
or by Jason Hartley
Published on 2012-04-04T20:14:29Z
Indexed on
2012/04/04
23:29 UTC
Read the original article
Hit count: 362
I am writing an app using PhoneGap for Android in Eclipse. Since the project is an Android project, it's in a Java perspective. For whatever reason, Eclipse won't highlight HTML and JavaScript for me while in an Android/Java project/perspective and switching to the JavaScript perspective doesn't highlight the code either. Without highlighting or debugging tools, the debug process is very slow.
How do I tell Eclipse to highlight HTML and JavaScript for me while working in a Java Environment?
© Stack Overflow or respective owner