Custom Extension for JSON Completion Does Not Work in Double Quotes
问题 I'm developing a VSCode extension that should enhance JSON editing with additional code completion. Therefore I added four dummy suggestions ( foo , foo1 , foo2 , foo3 ) to start testing. When typing a colon after a JSON key it works as expected: Also when I trigger completion in an empty object it works as I want it (including suggestions from other extensions): However when I trigger completion within double quotes (no matter if they contain text or not) my suggestions are missing: When I