mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[kotlin] Do not show noisy inlay hints for typical Gradle DSL parameters
#KTIJ-30407 GitOrigin-RevId: 16b8c051495d9deded7f57ed9cf798766852b7f2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5134e760a8
commit
b3f191d0b2
@@ -41,7 +41,7 @@ class KtParameterHintsProvider : AbstractKtInlayHintsProvider() {
|
||||
"org.gradle.api.Project.uri(path)",
|
||||
"jvmArgs(arguments)",
|
||||
"org.gradle.kotlin.dsl.DependencyHandlerScope.*(notation)",
|
||||
"org.gradle.kotlin.dsl.PluginDependenciesSpecScope.alias(notation)",
|
||||
"org.gradle.kotlin.dsl.PluginDependenciesSpecScope.*(*)",
|
||||
"org.gradle.kotlin.dsl.*(dependencyNotation)",
|
||||
"org.gradle.api.tasks.util.*include(includes)",
|
||||
"org.gradle.api.tasks.util.*exclude(excludes)",
|
||||
|
||||
Reference in New Issue
Block a user