Disable Live Template auto Importing
Answered
I created a Live Template for Kotlin that uses the com.google.protobuf.Any as a parameter type. Unfortunatly the when using the LiveTemplate Intellij IDEA imports com.google.protobuf.Any and just declares the type Any. Is there any way to disable that behavour for this statment only and have it auto import other types?
Edit: To clarify I want Intellij to import another Class in the Same Live template so I can't just uncheck Shorten FQ names.
Please sign in to leave a comment.
It doesn't seem to be possible per statement, request is welcome at https://youtrack.jetbrains.com/issues/IDEA.