How can I enable auto complete support in Notepad++?

前端 未结 8 2102

I am trying to add simple syntax highlighting and auto completion for a simple scripting language...

I added syntax highlighting using this article

Now I wan

相关标签:
8条回答
  • 2020-12-07 10:21

    For basic autocompletion, have a look at the files in %ProgramFiles%\Notepad++\plugins\APIs. It's basically just an XML file with keywords in. If you want calltips ("function parameters hint"), check out these instructions.

    I've never found any more documentation, but cpp.xml has a calltip for fopen, while php.xml is quite complete.

    0 讨论(0)
  • 2020-12-07 10:24

    Don't forget to add your libraries & check your versions. Good information is in Using Notepad Plus Plus as a script editor.

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