InlayParameterHintsProvider for Injected Fragments
已回答
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?
请先登录再写评论。
Hi Tim,
It is correct - inlay hints are not supported in injected languages.