When working in a PHP file, is there a way that I can get HTML auto completion? Right now all of the auto complete suggestions are PHP only.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as off topic by Dan Grossman, jordanm, hakre, ρяσѕρєя K, Yoshi Aug 13 '12 at 21:18
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
IIRC the autocomplete model in Notepad++ is not aware about the fact that PHP actually can be embedded into HTML. Or more generally: That there are different languages in different segments of the same file. You might want to file a feature request on the projects website and sponsor some development. |
|||||
|
