Search code examples
jquerynotepad++code-completion

How do I enabling jQuery code assist in Notepad++


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

Any tips and directions?


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.