rthomas320 commented on PR #1426: URL: https://github.com/apache/daffodil-vscode/pull/1426#issuecomment-3405825903
The getCompletionProvider function is a VS Code supplied function. This function returns the list of completion items. A completionItem is structured label containing label, detail, and description. In the dfdl intellisense code for attributes 'name' = 'label', 'snippetString' = 'detail', and 'markdownString' = 'description'. Was the list is provided, VS code provides the item description behind the scenes. Whether or not a markdownString exists for an item is the only thing that can be controlled in the dfdl intellisense code. If the markdownString/description exists then VS Code should display it unless some setting is preventing it from being displayed. <img width="3292" height="1405" alt="image" src="https://github.com/user-attachments/assets/bfc86553-7172-4bbe-b409-046fef8da346" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
