You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moreover, you can also register suggestions per type of parameter
87
87
through registering a `ParameterType` for the required type.
88
-
Navigate to
88
+
Navigate to [Parameter Types](Parameter-Type.md) for more details.
89
89
90
90
## Summary
91
91
so when the user tab-completes an argument, the auto-completer checks first if the parameter has a personal **(a.k.a Per parameter)**`SuggestionResolver`, if so it uses it for it's suggestions, otherwise it will fall back to the general one **(a.k.a Per type)**.
0 commit comments