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?
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?
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.