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

前端 未结 8 2108

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

    It is very easy:

    1. Find the XML file with unity keywords
    2. Copy only lines with "< KeyWord name="......" / > "
    3. Go to C:\Program Files\Notepad++\plugins\APIs and find cs.xml for example
    4. Paste what you copied in 1., but be careful: Don't delete any line of it cs.xml
    5. Save the file and enjoy autocompleting :)

提交回复
热议问题