local-implicits icon indicating copy to clipboard operation
local-implicits copied to clipboard

Scala compiler plugin which provides syntax for working with locally declared implicit values

Results 3 local-implicits issues
Sort by recently updated
recently updated
newest added

Is such a support planned?

Any idea how difficult would it be to write a plugin for IntelliJ ? See for reference: http://blog.jetbrains.com/scala/2015/10/14/intellij-api-to-build-scala-macros-support/ There are already helpers for [Simulacrum](https://github.com/JetBrains/intellij-scala/blob/idea15.x/src/org/jetbrains/plugins/scala/lang/psi/impl/toplevel/typedef/simulacrum/SimulacrumInjection.scala) and [Monocle](https://github.com/JetBrains/intellij-scala/blob/idea15.x/src/org/jetbrains/plugins/scala/lang/psi/impl/toplevel/typedef/MonocleInjector.scala).