Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete syntax for HTML or PHP in Notepad++. Not auto-close, autocompelete

How can I get autocompletion of syntax for HTML or PHP in Notepad++? Not auto-close, I am looking for autocompelete.

like image 602
Wasim A. Avatar asked Feb 19 '11 09:02

Wasim A.


People also ask

Does Notepad have autocomplete?

What is Auto-completion. Notepad++ offers automatic completion of various sorts of text after you have entered an initial substring (or prefix), which can save you having to type all of a long word (and potentially save you mistyping it).

How do you autocomplete brackets in Notepad ++?

First of all the automatic bracket completion is easy. Just go to Settings >> Preferences >> Auto Completion and uncheck the parentheses, brackets, and curly brackets from the list as shown in the following picture. This will stop auto completion of those brackets.


1 Answers

Go to:

Settings -> Preferences You will see a dialog box. There click the Backup / Auto-completion tab where you can set the auto complete option :)

like image 68
Sarfraz Avatar answered Sep 23 '22 02:09

Sarfraz