Completion provider in outer context (Templating language)
Hi,
I'm creating a custom templating language usually embedded into HTML and I need it to offer completion also in the outer language (HTML). Is it possible?
My CompletionContributor get called only from parts of file with my custom language.
Thanks for ideas
Please sign in to leave a comment.
When registering the completionContributor extension point, you specify the language in which it is active. If you specify HTML, it will be called in HTML context.