Bug 395973 - [enhancement] Better integration with HTML and HTML template editors (such as php,jsp,etc)
Summary: [enhancement] Better integration with HTML and HTML template editors (such as...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2012-12-06 14:05 EST by Justin Early CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Early CLA 2012-12-06 14:05:38 EST
Currently code assist works in .js files. We also want to improve Js code assist in other HTML or HTML template editors (such as php,jsp, etc)

When a user opens up an HTML page and wants to add inline or embedded script vjet should provide assist. Examples include:

<script>
<control + space>
</script>

<a href="index.html" onclick="<control + space>">link</a>


<a href="javascript:<control + space>">link </a>

We can also look at providing validation of these js blocks.

We can use HTML comments to refer to other js files.
Comment 1 Justin Early CLA 2013-01-29 12:04:22 EST
jsdt bug 344745 should be used as test case to ensure no problems with indexing inline js code.