Disable Live Template auto Importing
已回答
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.
请先登录再写评论。
It doesn't seem to be possible per statement, request is welcome at https://youtrack.jetbrains.com/issues/IDEA.