How do I enabling jQuery code assist in Notepad++

code-completion, jquery, notepad++

Solution

Out-of-the-box, Notepad++ has code assistance for languages, not frameworks. For jQuery you should set the language to Javascript. From the menu, navigate to:

Language => J => Javascript

I believe that Notepad++ should also be smart enough to automatically do this if you open a .js file.

Problem

I have recently downloaded Notepad++ and am at loss on how to enable code assist for JQuery/JQueryUI on it. Any tips and directions?

Original source