Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 PHPStorm 中自定义默认设置器模板。
我想在return $this;setter 模板中添加行,但是编辑器忽略了我插入到模板中的空行如何在 setter 模板中的 return 语句之前插入空行?
return $this;
在设置 -> 代码样式 -> PHP -> 其他中启用选项“返回语句前的空白行”