前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >PHPStorm 常用插件集合

PHPStorm 常用插件集合

作者头像
cnguu
发布2020-10-12 13:33:21
9510
发布2020-10-12 13:33:21
举报
文章被收录于专栏:凉风有信凉风有信

# CodeGlance

CodeGlance :代码小地图

  • width:120(lock)

# RainbowBrackets

RainbowBrackets :多彩代码

  • Ctrl+右键:选中块高亮
  • Alt+右键:非选中块下沉

# EmojiSupportPlugin

EmojiSupportPlugin :Emoji 表情

# Translation

Translation :翻译

# GitCommitTemplate

GitCommitTemplate :规范提交 Git Commit

# Commit 解释

类型

描述

解释

feat

A new feature

新功能

fix

A bug fix

错误修复

docs

Documentation only changes

仅文档更改

style

Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)

不会影响代码含义的更改(空格,格式,缺少分号等)

refactor

A code change that neither fixes a bug nor adds a feature

重构,既不修复错误也不添加功能的代码更改

perf

A code change that improves performance

可提高性能的代码更改

test

Adding missing tests or correcting existing tests

添加缺失的测试或更正现有的测试

build

Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)

影响构建系统或外部依赖项的更改(示例范围:gulp, broccoli, npm)

ci

Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)

对我们的 CI 配置文件和脚本的更改(示例范围:Travis,Circle,BrowserStack,SauceLabs)

chore

Other changes that don't modify src or test files

不会修改src或测试文件的其他更改

revert

Reverts a previous commit

还原先前的提交

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2019/12/20,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • # CodeGlance
  • # RainbowBrackets
  • # EmojiSupportPlugin
  • # Translation
  • # GitCommitTemplate
    • # Commit 解释
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档