How can I add autocomplete in notepad++ for javascript in an .html file?
Posted
by
Nikhil
on Super User
See other posts from Super User
or by Nikhil
Published on 2011-03-01T12:14:34Z
Indexed on
2011/11/12
17:55 UTC
Read the original article
Hit count: 350
Notepad++ does auto-complete for html and also for JavaScript. but the auto-completion depends on file extension.html file supports completion for html only. Is there a way to enable auto-completion for javascript in the script tag of an html file? I mean, other than copying the auto-completion keyword list from "javascript.xml" to "html.xml" files...
As suggested on stackoverflow, asking on superuser, as I could not find a satisfactory answer there. If anyone has any idea, please let me know! (I hope I am not the only one having this kind of an requirement! :))
© Super User or respective owner