Technote Details :: JSEclipse is not starting when editing a Javascript file
Issue
The JSEclipse plugin is installed but when opening a JavaScript file there is no syntax highlighting, outline or code completion available.
Reason
Eclipse is not configured properly.
Solution
There are two possible solutions for this problem.
- JSEclipse is not enabled. Go to Help/Software Updates/Manage Configuration/. In the dialog's toolbar make sure that the third button (Show Disabled Features) is pressed. If JSEclipse is disabled please enable it.
- JSEclipse is not set as the default JavaScript editor. Go to Window/Preferences.../ and then General/Editors/File Associations/. Search for *.js entry in the right list and make sure that JSEclipse is the default editor.