现在的位置: 首页 > 综合 > 正文

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

2013年07月08日 ⁄ 综合 ⁄ 共 1212字 ⁄ 字号 评论关闭

官网下载: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  覆盖源文件即可

抱歉!评论已关闭.