mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[Parameter Name Hints] added couple more blacklist items
This commit is contained in:
+6
-3
@@ -63,18 +63,21 @@ class JavaInlayParameterHintsProvider : InlayParameterHintsProvider {
|
||||
"(message, error)",
|
||||
|
||||
"*.set(*,*)",
|
||||
"*.get(*)",
|
||||
"*.getProperty(*)",
|
||||
"*.setProperty(*,*)",
|
||||
"*.print(*)",
|
||||
"*.println(*)",
|
||||
"*.get(*)",
|
||||
"*.append(*)",
|
||||
"*.charAt(*)",
|
||||
"*.indexOf(*)",
|
||||
"*.contains(*)",
|
||||
"*.startsWith(*)",
|
||||
"*.endsWith(*)",
|
||||
"java.lang.Math.*",
|
||||
"*.equals(*)",
|
||||
"*.equal(*)"
|
||||
"*.equal(*)",
|
||||
|
||||
"java.lang.Math.*"
|
||||
)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user