博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Notepad++ 配置 支持jquery、html、css、javascript、php代码提示
阅读量:6973 次
发布时间:2019-06-27

本文共 1223 字,大约阅读时间需要 4 分钟。

分类: 

 

官网下载:

获取插件的方法:打开软件,窗口工具栏有有一个问号,点获取插件。

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

QuickText.v0.2.1.zip      //自定义缩写词,按快捷键后输出 定义的代码段   使用方法:

安装方法:

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  //说不清,自己体验  使用方法:

安装方法:

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 的代码提示

首先勾取 设置-》首选项-》备份与自动完成-》自动完成 下的复选框

然后下载这个  覆盖源文件即可

 

转载于:https://www.cnblogs.com/zhengah/p/4496215.html

你可能感兴趣的文章
AngularJs的UI组件ui-Bootstrap分享(三)——Accordion
查看>>
中缀、前缀和后缀表达式
查看>>
Redis 自定义对象 cannot be cast to java.lang.String
查看>>
[题解]第十一届北航程序设计竞赛预赛——H.高中数学题
查看>>
内置对象Array及Array常见操作
查看>>
oracle 表字段新增、修改、删除、重命名以及表重命名
查看>>
Python连接MySQL之Python库pymysql
查看>>
Android 图文教学让你彻底理解activity启动模式
查看>>
串口发送数据处理——状态机方式
查看>>
PTA-BinarySearchTree BasicOperation
查看>>
spring boot 2.0 集成 shiro 和 pac4j cas单点登录
查看>>
docker swarm英文文档学习-4-swarm模式如何运行
查看>>
数据结构和算法——递归算法
查看>>
23.CSS边框与背景【下】
查看>>
用java编写简单Webserver,理解webserver的功能。
查看>>
Struts2的中文乱码问题处理
查看>>
androidstudio 之 svn配置 汇总
查看>>
html基本标签
查看>>
Ubuntu 12.04 安装 VMware Tools 找不到linux-headers 问题
查看>>
TP5 Tree类无限极分类
查看>>