views:

778

answers:

1

Hello

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

Any tips and directions?

+1  A: 

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.

Justin Ethier
and how do I achieve that?
davykiash