Emmet:提升HTML/CSS编写速度的神器 Emmet是一种使用类似CSS选择器语法的工具,能够快速生成HTML/CSS代码,极大地提高了编写速度。它将代码片段的概念推向新的高度,允许动态解析CSS形式的表达式,根据输入的缩写生成相应内容。适用于前端开发人员编写HTML/XML和CSS代码,也可用于其他编程语言。 HTML5 29 次浏览 2024-05-25
JSEclipse plugin 在Eclipse上方便写JavaScript的plugin:JSEclipse安装好这个plugin之後,可以方便在editor的时候有Code assistant,而且menu有提供JavaScript Code Reference,也可以马上查语法,很方便~ Javascript 22 次浏览 2024-08-10
autoSave - a jQuery plugin Auto-Save your content when editing in HTML input and textarea DOM element. http://geniuscarrier.com/autosave-a-jquery-plugin/ Javascript 23 次浏览 2024-08-02
scrollToTop - jQuery Plugin One click to scroll back to the top of the webpage. Javascript 21 次浏览 2024-07-24
Google Plugin For Eclipse 这是关于Google APP Engine的eclipse插件,是学习Google APP Engine SDK for Java必不可少的集成插件,由于国家原因,很多人没法从官网下载到,特意分享出来给大家用 JavaME 17 次浏览 2024-07-27
node-eslint-plugin Personal ESLint Plugin Setup Guide 安装依赖 执行以下命令以安装相关依赖: yarn add --dev **@rhangai/eslint-plugin** **tslint-config-airbnb-typescript** **tslint-config-prettier** **tslint-plugin-import** Typescript 0 次浏览 2025-04-09