如何在 PhpStorm 中的变量和运算符之间留出空间?

Posted

技术标签:

【中文标题】如何在 PhpStorm 中的变量和运算符之间留出空间?【英文标题】:How to make space between variable and operator in PhpStorm? 【发布时间】:2020-04-18 09:15:32 【问题描述】:

我使用的是 Mac 和 Windows,但代码重新格式化在 Mac 和 Windows 上的工作方式不同。

在 Mac 上

return response()->json([
    'access_token' => $jwtToken,
    'token_type'   => 'bearer',
    'expires_in'   => Auth::guard()->factory()->getTTL() * 60
]);

在 Windows 上

return response()->json([
    'access_token' => $jwtToken,
    'token_type' => 'bearer',
    'expires_in' => Auth::guard()->factory()->getTTL() * 60
]);

我想像在 Mac 上一样重新格式化代码。

如何调整代码重新格式化规则?

【问题讨论】:

【参考方案1】:

Settings->Editor->Code Style -> php -> Wrapping and Braces ->Array Initializer -> Align key-value pairs

【讨论】:

谢谢!我还检查了在赋值语句中对齐连续赋值!!

以上是关于如何在 PhpStorm 中的变量和运算符之间留出空间?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Python Dash 中的两个 dcc 组件之间留出空间?

如何在同一个 div 中的两个按钮之间留出空间?

如何在图库中的缩略图之间留出空间并且在所有浏览器中都相同?

Netbeans 和 PHPStorm 中的变量类型提示

我可以在 iphone 的 tableview 中的两个单元格之间留出空间吗?

PhpStorm 中的扩展运算符