InlayParameterHintsProvider for Injected Fragments
Answered
I'm trying to implement the InlayParameterHintsProvider for my custom language. It is registered and is triggered correctly when the DSL file type is loaded (.odt), but when the same ODT code is injected as a fragment into a host file the provider does not appear to be visited.
Is it currently not supported to implement InlayParameterHintsProvider for injected fragments?
Please sign in to leave a comment.
Hi Tim,
It is correct - inlay hints are not supported in injected languages.