Bug 499524 - ctrl+click and autocomplete not working for javascript in html or jsp files under neon
Summary: ctrl+click and autocomplete not working for javascript in html or jsp files u...
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Web (show other bugs)
Version: 3.8.0   Edit
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-10 15:48 EDT by Kent Smotherman CLA
Modified: 2016-08-10 18:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Smotherman CLA 2016-08-10 15:48:43 EDT
In NEON (J2EE edition) Create an html file in a dynamic web project, put this in head:

<script>
function test() {
}

test();
</script>

CTRL+CLICK on test() does not turn into a link or go to the definition. If I do the same in my MARS2 it works fine.