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

前端 未结 8 2134

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

    Autocomplete in Notepad++ is as simple as hitting Ctrl + Enter or Ctrl + Space in the interface.

    Ctrl + Enter - as simple as that!

    This, for many people, will be better than autocompleting on everything.

提交回复
热议问题