Scala 有类似 ReSharper 的代码重新格式化和清理工具吗?

发布于 2024-12-10 21:31:18 字数 109 浏览 1 评论 0原文

我想自动清理并重新格式化 Scala 代码文件,就像在 Visual Studio for C# 中使用 ReSharper 所做的那样。我可以使用 IntelliJ Idea 或其他工具来完成此操作吗?

I'd like to automatically clean-up and reformat a Scala code file the way I can do with ReSharper in Visual Studio for C#. Can I do this with IntelliJ Idea or another tool?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

琉璃繁缕 2024-12-17 21:31:18

IntelliJ Idea 通过 scala 插件 提供了强大的 scala 支持。

可以通过以下方式从菜单访问重新格式化代码:Code >>> 重新格式化代码

事实上,re-sharper是JetBrains(Idea的作者)的产品

IntelliJ Idea has great scala support, via the scala plugin.

Reformating code can be accessed from the menu through: Code >> Reformat Code.

In fact, re-sharper is a product from JetBrains (authors of Idea)

感悟人生的甜 2024-12-17 21:31:18

使用代码 | IntelliJ IDEA 中的 Reformat code 操作,当您安装了 Scala 插件时,它也适用于 Scala。

Use Code | Reformat code action in IntelliJ IDEA, it works for Scala as well when you have Scala plug-in installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文