Sublime text 3格式化代码插件psr2风格

常用的格式化插件有CodeFomatter 和 phpfmt,个人更喜欢CodeFormatter一点儿。

##安装:
1、Ctrl+Shift+P,输入CodeFormatter,然后回车,即可安装。

##配置:
1、Preferences->Browser Packages,回到上一级目录,即Data目录下,新建CodeFormatter文件夹,并在里面创建php文件夹,并将本地的php安装目录中的php.exe和php7ts.dll文件copy进来。目录结构为Sublime Text 3\Data\CodeFormatter\php\

2、打开Preferences->Package Settings->CodeFormatter->Settings-User添加配置,将Data\CodeFormatter\php\php.exe添加到php_path,如:

{
    "codeformatter_debug": false,

    "codeformatter_php_options":
    {
        "syntaxes": "php", // Syntax names which must process PHP formatter
        "php_path": "Data\\CodeFormatter\\php\\php.exe", // Path for PHP executable, e.g. "/usr/lib/php" or "C:/Program Files/PHP/php.exe". If empty, uses command "php" from system environments
        "format_on_save": false, // Format on save. Either a boolean (true/false) or a string regexp tested on filename. Example : "^((?!.min.|vendor).)*$"
        "php55_compat": false, // PHP 5.5 compatible mode
        "psr1": false, // Activate PSR1 style
        "psr1_naming": false, // Activate PSR1 style - Section 3 and 4.3 - Class and method names case
        "psr2": true, // Activate PSR2 style
        "indent_with_space": 4, // Use spaces instead of tabs for indentation
        "enable_auto_align": true, // Enable auto align of = and =>
        "visibility_order": true, // Fixes visibility order for method in classes - PSR-2 4.2
        "smart_linebreak_after_curly": true, // Convert multistatement blocks into multiline blocks

        // Enable specific transformations. Example: ["ConvertOpenTagWithEcho", "PrettyPrintDocBlocks"]
        // You can list all available transformations from command palette: CodeFormatter: Show PHP Transformations
        "passes": [],

        // Disable specific transformations
        "excludes": []
    }
}

3、在需要格式化的文件中使用Ctrl+Alt+f即可格式化代码。

注:第一步配置中的php版本最好选用7.2以下的版本,不然CodeFormatter会报错的。参考:https://blog.csdn.net/leedaning/article/details/100104452

Author:leedaning
本文地址:https://blog.csdn.net/leedaning/article/details/100105175

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值