The Wayback Machine - https://web.archive.org/web/20220706205919/https://github.com/topics/scalameta
Skip to content
#

scalameta

Here are 33 public repositories matching this topic...

metals
tgodzik
tgodzik commented Jan 21, 2021

Is your feature request related to a problem? Please describe.
In Scala 2 it's possible to have completions after new CompletedName@@. It would be good to have the same for Scala 3.

Describe the solution you'd like
The potential solutions should take a look at NewCompletions.scala and related tests to see what needs to be supported but in general we would need:

  • completions when
feature-request Scala 3 presentation-compiler good first issue
laughedelic
laughedelic commented Apr 28, 2018

Sometimes it's useful not to turn off automatic server launching (automatic server selection off and default server none), but then there is not way to launch a server in the current project.

It could be either 3 separate commands, one for each server, or one command and a dialog to choose one. It could also suggest the server depending on the project setup (as if automatic server selection

Improve this page

Add a description, image, and links to the scalameta topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scalameta topic, visit your repo's landing page and select "manage topics."

Learn more