mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Parameter Name Hints] EP comments clarified
This commit is contained in:
@@ -32,13 +32,12 @@ interface InlayParameterHintsProvider {
|
||||
|
||||
/**
|
||||
* Provides fully qualified method name (e.g. "java.util.Map.put") and list of it's parameter names.
|
||||
* Used when adding method to blacklist, when user invokes alt-enter on hint
|
||||
* and selects "Do not show for this method".
|
||||
* Used to obtain method information when adding it to blacklist
|
||||
*/
|
||||
fun getMethodInfo(element: PsiElement): MethodInfo?
|
||||
|
||||
/**
|
||||
* Default list of methods for which hints should not be shown
|
||||
* Default list of patterns for which hints should not be shown
|
||||
*/
|
||||
val defaultBlackList: Set<String>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user