Skip to content

Commit 3d94c2f

Browse files
authored
Update index.md
1 parent ecd4515 commit 3d94c2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_overviews/plugins/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ include:
4646
- Plugins that alter Scala's behavior around errors and warnings,
4747
such as [silencer](https://github.com/ghik/silencer), [splain](https://github.com/tek/splain) and [clippy](https://scala-clippy.org/).
4848
- Plugins that analyze the structure of source code, such as
49-
[Sculpt](https://github.com/lightbend/scala-sculpt) and [acyclic](https://github.com/lihaoyi/acyclic).
49+
[Sculpt](https://github.com/lightbend/scala-sculpt), [acyclic](https://github.com/lihaoyi/acyclic) and [graph-buddy](https://github.com/VirtusLab/graphbuddy).
5050
- Plugins that instrument user code to collect information,
5151
such as the code coverage tool [scoverage](https://github.com/scoverage/scalac-scoverage-plugin).
52-
- Plugins that add metaprogramming facilities to Scala,
53-
such as [Macro Paradise](https://github.com/scalamacros/paradise), [semanticdb](https://scalameta.org/docs/semanticdb/guide.html).
52+
- Plugins that enable tooling. One such plugin is [semanticdb](https://scalameta.org/docs/semanticdb/guide.html), which enables [scalafix](https://scalacenter.github.io/scalafix/) (a well-known refactoring and linting tool) to do its work. Another one is [Macro Paradise](https://github.com/scalamacros/paradise) (only needed for Scala 2.12).
5453
- Plugins that modify existing Scala constructs in user code,
5554
such as [better-monadic-for](https://github.com/oleg-py/better-monadic-for) and [better-tostring](https://github.com/polyvariant/better-tostring).
5655
- Plugins that add entirely new constructs to Scala by

0 commit comments

Comments
 (0)