The idea is that the feature will always be advertised at the LSP level, but
depending on config we'll return partial or no responses.
We try to avoid doing the analysis for hints we're not going to return.
Examples of syntax:
# No hints InlayHints: Enabled: No --- # Turn off a default category InlayHints: ParameterNames: No --- # Turn on some categories InlayHints: ParameterNames: Yes DeducedTypes: Yes