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

后端 未结 7 1337
傲寒
傲寒 2020-12-29 18:27

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

相关标签:
7条回答
  • 2020-12-29 19:06

    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.

    0 讨论(0)
  • 2020-12-29 19:07

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

    0 讨论(0)
  • 2020-12-29 19:08

    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

    0 讨论(0)
  • 2020-12-29 19:09

    Its supported in notepad++ 5.0+ but not enabled by default. You can enable it from settings -> preferences

    0 讨论(0)
  • 2020-12-29 19:14

    Press Ctrl + Space to get a autocomplete hint.

    0 讨论(0)
  • 2020-12-29 19:15

    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.

    0 讨论(0)
提交回复
热议问题