How to enable auto-completion in Notepad++
- Launch Notepad++.
- Go to the Settings menu.
- Select Preferences from the dropdown menu.
- Function completion – completion of functions.
- Word completion – completion of words.
Customizing auto-completion
- You can create your own auto-completion file for specific needs.
- Navigate to the Notepad++ installation directory, usually C:\Program Files\Notepad++ or C:\Program Files (x86)\Notepad++.
- Open the plugins\APIs folder where auto-completion files for various programming languages are stored.
- Create or edit a file in .xml format, adding your own functions or words to be used for auto-completion.
- After setting up auto-completion, it is recommended to restart Notepad++ so that all changes take effect.
Enabling auto-completion in Notepad++ can significantly improve productivity when coding or working with text files.