How do I stop Notepad++ from showing autocomplete for all words in the file
Notepad++ provides 2 types of features: Auto-completion that read the open file and provide suggestion of words and/or functions within the file Suggestion with the arguments of functions (specific to the language) Based on what you write, it seems what you want is auto-completion on function only + suggestion on arguments. To do that, you … Read more