<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Ttile</title>
</head>
<body>
<a href=""></a>
<applet codebase="" width="100" height="100" archive=""/>
</body>
</html>
On ctrl+space in place of a/@href attribute value the list of existent files / directories is suggested.
On ctrl+space in place of applet/@codebase and applet/@archive attribute values nothing is suggested. The same list could be.
Description
Edit the HTML in IDEA:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Ttile</title>
</head>
<body>
<a href=""></a>
<applet codebase="" width="100" height="100" archive=""/>
</body>
</html>
On ctrl+space in place of a/@href attribute value the list of existent files / directories is suggested.
On ctrl+space in place of applet/@codebase and applet/@archive attribute values nothing is suggested. The same list could be.