PHPStorm 常用插件集合

时间:2022-07-26
本文章向大家介绍PHPStorm 常用插件集合,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

# 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

还原先前的提交