Notepad++ 配置 支持jquery、html、css、javascript、php代碼提示


官網下載:http://notepad-plus-plus.org/

獲取插件的方法:打開軟件,窗口工具欄有有一個問號,點獲取插件。

我使用的插件(安裝方法都是官方的方法):

QuickText.v0.2.1.zip      //自定義縮寫詞,按快捷鍵後輸出 定義的代碼段   使用方法:http://immmmm.com/quicktext-for-notepad.html

安裝方法:

Just copy the QuickText.dll into Notepad++'s plugin directory
(mine is C:\Program Files\Notepad++\plugins), and the QuickText.ini file into
Notepad++'s directory (C:\Program Files\Notepad++).


Zen.Coding-Notepad++.v0.7.zip  //說不清,自己體驗  使用方法:http://www.huanlebang.com/y2011/193.html

安裝方法:

1. Copy contents of this archive into Notepad++ 'plugins' folder (basically, it's C:\Program Files\Notepad++\plugins\)
2. Restart Notepad++


FunctionList_2_1_UNI_dll.zip  //顯示function列表

安裝方法:

- Copy FunctionList.dll into
<notepad++ install dir>/plugins

- Copy Gmod Lua.bmp and C++.flb into
<notepad++ install dir>/plugins/config

- Copy FunctionListRules.xml into
%APPDATA%/Notepad++/plugins/config
or if you didn't install with %APPDATA%
<notepad++ install dir>/plugins/config


DBGpPlugin_0_12b_dll.zip      //php的調試工具

安裝方法:

將dbgpPlugin.dll文件拷貝到 ..\Notepad++\plugins下


總體來說,插件安裝方法很簡單:

把插件(.dll文件)放到notepad++\plugins目錄裏,重啓Notepad++後,即可提示安裝,安裝成功後,在菜單欄的插件裏能找到。需要注意的是,Notepad的ANSI版和Unicode版本,有的插件只支持其中某個版本。


讓notepad 支持jquery  css3  html5 的代碼提示

首先勾取 設置-》首選項-》備份與自動完成-》自動完成 下的複選框

然後下載這個http://download.csdn.net/detail/wang02011/3992119  覆蓋源文件即可





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章