autocomplete - Notepad++ and code completion -


Is there a way to complete the code in Notepad ++?

Currently it supports some types of "static" code completion and it requires a list of instructions in the XML file and the parameter is required or it works on the list of words in the open document. I'm looking for something * that can read .h files and automatically create that list and uses variables and functions from the current file.

You have sections to complete some code but I would like to mainly suggest that you Change the language to an IDE, because you do not have any real advantage in Notepad ++ that you find in the actual IDE. (Maybe because it is a text-editor and not an IDE).


Comments