-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
*dev-questionVS Code Extension Development QuestionVS Code Extension Development Question
Description
This maybe a dev-question, I am developing a VS Code extension of css intellisense in .vue file with languages.registerCompletionItemProvider, and the trigger character is '-', But it does not work at all, and I did some test to make sure it the problem is happened with volar, the extension of vue, But i still need to know which step may change the behavior of triggering the completion provider
All I know is:
- Only when the volar is enable, it doesn't work, otherwise it works normally in the .vue file.
- Only does not work in the .vue file, in other files it works normally even volar enable.
- the completion provider totally not be triggered by typing '-',if use any other trigger word instead, it works normally.
- use Ctrl+Space to manually trigger the Intellisense, the provider was triggered normally.
Metadata
Metadata
Assignees
Labels
*dev-questionVS Code Extension Development QuestionVS Code Extension Development Question