You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add live templates related to kebs usage. Example template for tagged type:
trait$name$Tagtype$name$= $type$@@ $name$Tag
Note: Unfortunately it is not possible to make the above template with fully qualified name (to enable adding it automatically to imports by IntelliJ). Bug reported to JetBrains: https://youtrack.jetbrains.com/issue/SCL-18740. As a workaround user could create @tagged object from code templates using "New" action (see #4) which will contain required import.
The text was updated successfully, but these errors were encountered:
Add live templates related to kebs usage. Example template for tagged type:
Note: Unfortunately it is not possible to make the above template with fully qualified name (to enable adding it automatically to imports by IntelliJ). Bug reported to JetBrains: https://youtrack.jetbrains.com/issue/SCL-18740. As a workaround user could create
@tagged
object from code templates using "New" action (see #4) which will contain required import.The text was updated successfully, but these errors were encountered: