ระหว่างเขียน Javascript ใน Eclipse โปรแกรมแจ้งขึ้นมา
วิธีแก้ไข ให้กดเอา ที่เป็นไอคอนพู่กันเหลืองที่โปรแกรม Eclipse ออก
ที่มา
http://stackoverflow.com/questions/13934796/an-internal-error-occurred-during-requesting-javascript-ast-from-selection
Simplest solution:
- Turn off Toggle Mark Occurrences (Alt-Shift-O or the paintbrush icon on the toolbar, which handily, will show you your current state).
- It's just disabling the feature of highlighting other occurrences of whatever variable, etc you have your cursor on.
- You can track the official bug here https://bugs.eclipse.org/bugs/show_bug.cgi?id=342461
- There is a patch posted here which you might try. https://bugs.eclipse.org/bugs/show_bug.cgi?id=359005