I want to import a new user defined language. This should have the features like color coding of keywords, auto population of keywords and functions when user starts to type, and also when a user selects a function, a description (containing parameters data types, return type etc) should be shown. I have figured out the color coding part. But struggling to find exact ways to auto populate keywords and its associated description. I am using notepad++ v7.7.1
Thank you