Skip to content

Commit

Permalink
docs: Remove type completions from release note
Browse files Browse the repository at this point in the history
We're not going to include Scala3 type completion to
Metals release note.

Context:
#4236
#4234 (comment)

> Context: #4234 (comment) we encounter some regressions related to the
> type completions feature.
> We revert those changes because we're going to release a new version of Metals,
> and it would be safer not to include those features in the new release #4214
  • Loading branch information
tanishiking committed Aug 9, 2022
1 parent 2953e83 commit 48b6ff3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/blog/2022-08-08-aluminium.md
Expand Up @@ -45,7 +45,6 @@ the community.
Check out [https://scalameta.org/metals/](https://scalameta.org/metals/), and
give Metals a try!

- [Scala 3] Type completion
- [Scala 3] Auto import and completion for extension methods
- [Scala 3] Convert to Named Parameters code action
- [Scala 3] Scaladoc Completion for Scala3
Expand All @@ -57,14 +56,6 @@ give Metals a try!

and a lot of bugfixes!

## [Scala 3] Type Competion

![type-completion](https://i.imgur.com/7kDzoLs.gif)

This newly implemented feature for Scala 3 is not only adding necessary `[]` and `{}` suffixes to type completions; but also filtering out some of the invalid completion results.

As this is a new feature, please let us know if you encounter any missing or invalid results by opening an issue.

## [Scala 3] Auto import and completion for extension methods

You might know that Scala 3 has introduced `extension methods` that allow defining new methods to your existing types.
Expand Down

0 comments on commit 48b6ff3

Please sign in to comment.