Skip to content

Commit

Permalink
fix: convert to named parameters title
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishiking committed Aug 4, 2022
1 parent e046528 commit ac7d69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2022-08-01-aluminium.md
Expand Up @@ -75,7 +75,7 @@ Now, Metals provides auto-completion for extension methods and automatically imp

![extension-methods](https://i.imgur.com/EAbVHeH.gif)

## [Scala 3] ConvertToNamedParameters code action
## [Scala 3] Convert to Named Parameters code action

[Metals 0.11.7 added `ConvertToNamedParameters` code action to Scala2](https://scalameta.org/metals/blog/2022/07/04/aluminium#scala-2-add-converttonamedarguments-code-action).

Expand Down Expand Up @@ -107,7 +107,7 @@ The feature also works for Scala 3.

## More stable code navigation across subprojects

Previously, Metals sometimes failed to code navigate such as in `Find All References` and `Go to Definition`s across projects.
Previously, Metals sometimes failed to code navigate such as in `Find All References` and `Go to Definition`s across projects.

Now, Metals provides more stable code navigation thanks to the work by [@kpodsiad](https://github.com/kpodsiad)!

Expand Down

0 comments on commit ac7d69b

Please sign in to comment.