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

121,714

Solution 1

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 :)

Solution 2

In Notepad++ v. 6.4.1 is this possibility in:Settings->Preferences->Auto-Completion and there check Enable auto-completion on each input.

For auto-complete in code press Ctrl + Enter.

Solution 3

Press Ctrl + Space to get a autocomplete hint.

Solution 4

Go to:

Settings -> Preferences You will see a dialog box. There click the Auto-completion tab where you can set the auto complete option.See image below: Follow it

If your code not detected automatically then you choose your coding language form Language menu

Solution 5

Settings->Preferences->Auto-Completion and there check Enable auto-completion on each input. Press Ctrl + Space to get a autocomplete hint. For auto-complete in code type the first letter then press Ctrl + Enter. all the inputs you have given will be listed.

Share:
121,714

Related videos on Youtube

Wasim A.
Author by

Wasim A.

[email protected] | Skype:wasimxe | Whatsapp: +923455407008

Updated on September 22, 2020

Comments

  • Wasim A.
    Wasim A. over 3 years

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

  • zzzzBov
    zzzzBov about 13 years
    and you can edit the auto-complete file at .../Program Files/Notepad++/plugins/APIs/[insert language here].xml just make sure that your XML is valid, and that the autocomplete is in alphabetical order.
  • Wasim A.
    Wasim A. about 9 years
    how can we use this plugin to auto complete codeigniter framework classes