Question

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

Any tips and directions?

Was it helpful?

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.

OTHER TIPS

Language pack for jQuery Is available on github here

for detail installation of jQuery auto complete in notepad++ you can read jquery auto complete in notepad++

There is a handy code completion plugin for Notepad++ called QuickText. It is very simple to use and can be utilized for any language that Notepad++ supports including Javascript(jQuery).

-Good Luck

Also, switch to "View As List" in Function List (Windows shortcut Ctrl+Alt+Shift+L), and you can show/hide functions from the menu "Plugins > Function List > Show All Functions" (Notepad++ 5.7)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top