문제

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.

다른 팁

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top