VB.NET Parameter Name Hints
File | Settings | Editor | Inlay Hints | Visual Basic | Parameter Name Hints for Windows and Linux
JetBrains Rider | Settings or Preferences | Editor | Inlay Hints | Visual Basic | Parameter Name Hints for macOS
CtrlAlt0S
note
Preferences configurable on this page are saved using the mechanism of layer-based settings.
Use this settings page to configure inlay hints for parameter names at function calls.
tip
You can configure the color of inlay hints on the Editor | Color Scheme | Language Defaults settings page CtrlAlt0S — choose the Inline parameter hints | Default item.
Visibility | Use the selector to choose how parameter name hints should be displayed in the editor: choose Default to apply the general visibility preference from the Editor | Inlay Hints | General page of JetBrains Rider settings , choose Show Always or Never Show to always show or hide hints, or choose Push-to-Hint to hide the hints by default but show them when you press and hold Ctrl. |
Hide for non-literals | Hides parameter name hints for arguments that are variables, resources, expressions, or invocations allowing you to configure exceptions for specific kinds of non-literal arguments. |
Hide for builder-like methods | Hide parameter name hints for methods similar to methods of System.Text.StringBuilder, which return a modified object of their containing class. Names of such methods normally make the purpose of their parameters clear. |
Hide if method parameters only differ by numbered suffix | Hides parameter name hints when calling methods with signatures similar to
|
Hide if intention of first parameter is clear from method name | Hides parameter name hint on the first argument when calling methods with signatures similar to
|
Hide if intention of argument is clear from usage | For methods with signatures similar to
hides the
|
Hide parameter name hints for parameter arrays | |
Hide parameter name hints if method is annotated as 'StringFormatMethod' | This option hides parameter name hints for |
You can configure a list of method patterns for which the parameter name hints will be always hidden, independently of other preferences. | Patterns are matched against fully qualified method name, parameter count, and parameter names. For example:
|