mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[ultimate] IDEA-346716 Spring beans auto-injection via completion: scroll jumps to the top
KTIJ-28883 Do not suggest a live template for Kotlin quick fix if there are no available variables GitOrigin-RevId: 65642a313c337517083830878b72a8b678230233
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c5a80136b6
commit
4deae98f45
@@ -55,4 +55,11 @@ public interface CreateFieldRequest extends ActionRequest {
|
||||
* @return whether the field must be a compile-time constant
|
||||
*/
|
||||
boolean isConstant();
|
||||
|
||||
/**
|
||||
* @return should start live template after a new field was created.
|
||||
*/
|
||||
default boolean isStartTemplate() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user