dou6495 2016-03-07 01:25
浏览 48
已采纳

我可以设置intelliJ来突出显示PHP编码风格吗?

I used Pycharm a lot and it automatically highlighted not only syntax errors, but also coding style (PEP8).

Now I use IntelliJ with PHP plugin (it's basically PHPstorm) and I want it to tell me if my code is fitting PSR-2 style.

My PyCharm underscored even lacking space in a line like:

if a<3:

but would not underscore this:

if a < 3:

Is it possible in IntelliJ with PHP plugin?

  • 写回答

1条回答 默认 最新

  • duanrong5167 2016-03-07 01:36
    关注

    You can enable CodeSniffer and configure it with PSR2 rules.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部