#
scalameta
Here are 33 public repositories matching this topic...
feature-request
Used for feature requests
Scala 3
Generic ticket relating to Scala 3
presentation-compiler
Something relating to the presentation compiler
good first issue
Boilerplate-free, zero-overhead Tagless Final / typed-final / Finally Tagless DSLs in Scala
cats
scala
dsl
macros
scalaz
scalameta
tagless-final
finally-tagless
higher-kinded-types
typed-final
-
Updated
May 24, 2017 - Scala
Nearly zero runtime object allocation powered by scalameta. Value class and Unboxed Tagged Type generation at compile-time.
scala
ddd
typelevel
metaprogramming
macros
scala-macros
type-safety
type-checking
scalameta
ddd-patterns
type-level-programming
newtype
funcional-programming
-
Updated
Oct 19, 2017 - Scala
An architecture diagram generator for Scala project.
-
Updated
May 6, 2022 - Scala
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
metarpheus is now maintained in the buildo monorepo -> https://github.com/buildo/retro
-
Updated
Mar 19, 2019 - Scala
Codacy tool for Scalameta
-
Updated
Feb 4, 2022 - Scala
Scala.js facade for the Preact JavaScript library
-
Updated
Jan 6, 2018 - Scala
Introduces macro/meta annotations @ aux, @ self, @ instance, @ apply, @ delegated, @ syntax and String-based type class LabelledGeneric
dependent-types
scala
metaprogramming
macros
shapeless
typeclass
code-generation
extension-methods
typeclasses
scalameta
typelevel-programming
simulacrum
scalafix
semanticdb
-
Updated
Jul 4, 2020 - Scala
Fast, simple Free Monads using ScalaMeta macro annotations. Port of Freasy-Monad.
-
Updated
Oct 16, 2017 - Scala
MaxwellBo
opened
Mar 20, 2018
Giter8 template to implement custom rewrites
-
Updated
Jun 9, 2022 - Scala
Type safety all the way from configuration spec to configuration access in Scala
-
Updated
Oct 19, 2021 - Scala
Command-line argument parser for scala application.
-
Updated
Oct 27, 2017 - Scala
A DSL for DataSynth Graph Generator
-
Updated
Oct 25, 2018 - Scala
Example repository how to use Scalafix + Scalameta + SemanticDB to code generation
scala
metaprogramming
annotations
macros
code-generation
scalameta
quasiquote
scalafix
quasiquotation
semanticdb
-
Updated
Jul 25, 2019 - Scala
Scalameta Metals configuration layer for spacemacs
-
Updated
Sep 11, 2019 - Emacs Lisp
Like `implicitly` but for _all_ context-bound typeclass instances, automatically.
-
Updated
May 9, 2017 - Scala
Using scalameta to get update class and insert/update map from model case class
-
Updated
Aug 25, 2017 - Scala
Improve this page
Add a description, image, and links to the scalameta topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scalameta topic, visit your repo's landing page and select "manage topics."


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.scalaand related tests to see what needs to be supported but in general we would need: