Intentions: function <-> property conversion
This commit is contained in:
@@ -340,6 +340,10 @@ convert.to.string.template=Convert concatenation to template
|
||||
convert.to.string.template.family=Convert Concatenation to Template
|
||||
convert.to.concatenated.string.intention=Convert template to concatenated string
|
||||
convert.to.concatenated.string.intention.family=Convert Template to Concatenated String
|
||||
convert.function.to.property.intention=Convert function to property
|
||||
convert.function.to.property.intention.family=Convert Function to Property
|
||||
convert.property.to.function.intention=Convert property to function
|
||||
convert.property.to.function.intention.family=Convert Property to Function
|
||||
|
||||
property.is.implemented.too.many=Has implementations
|
||||
property.is.overridden.too.many=Is overridden in subclasses
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@ public data class UsagesSearchLocation(
|
||||
|
||||
public data class UsagesSearchTarget<out T : PsiElement>(
|
||||
val element: T,
|
||||
private val scope: SearchScope,
|
||||
private val scope: SearchScope = element.getUseScope(),
|
||||
val location: UsagesSearchLocation = UsagesSearchLocation.DEFAULT,
|
||||
val restrictByTargetScope: Boolean = true
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user