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

前端 未结 8 2131

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.

提交回复
热议问题