Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add live templates #5

Open
rpiotrow opened this issue Feb 24, 2021 · 0 comments
Open

Add live templates #5

rpiotrow opened this issue Feb 24, 2021 · 0 comments
Labels
blocked Blocked by external dependencies enhancement New feature or request

Comments

@rpiotrow
Copy link
Contributor

Add live templates related to kebs usage. Example template for tagged type:

trait $name$Tag
type $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.

@rpiotrow rpiotrow added enhancement New feature or request blocked Blocked by external dependencies labels Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by external dependencies enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant