Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 631
davykiash Avatar asked Jan 26 '10 16:01

davykiash


3 Answers

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.

like image 200
Justin Ethier Avatar answered Oct 22 '22 16:10

Justin Ethier


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++

like image 38
Rohit Avatar answered Oct 22 '22 18:10

Rohit


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

like image 30
Jason Coate Avatar answered Oct 22 '22 17:10

Jason Coate