JeremyYao opened a new issue, #1458: URL: https://github.com/apache/daffodil-vscode/issues/1458
## Description `attributeHoverItems.ts` provides all hoverable attributes as well as their tooltips. Looking inside of `attributeHoverItems.ts`, it is observed certain tooltips don't have the `dfdl:` prefix. They are listed as follows: - name - ref - minOccurs - maxOccurs - testKind - test - testPattern - message - failureType - schemaLocation - namespace When hovering over them, tooltips do not appear. <img width="390" height="57" alt="Image" src="https://github.com/user-attachments/assets/229e3dcd-34a4-4d24-be6d-e260de03a295" /> ## Steps to Reproduce 1. Download a valid DFDL schema (.dfdl.xsd) 2. Hover over an attribute that doesn't have a `dfdl:` prefix. See the list above 3. Observe how no tooltip shows up ## Expected Behavior Tooltip described in `attributeHoverItems.ts` for attributes w/o `dfdl:` prefix pops up ## Actual Behavior When hovering over them, tooltips do not appear. <img width="390" height="57" alt="Image" src="https://github.com/user-attachments/assets/229e3dcd-34a4-4d24-be6d-e260de03a295" /> ## Environment - Operating System(s): W11 - Browser/VS Code version: <img width="356" height="232" alt="Image" src="https://github.com/user-attachments/assets/d2a7c2e1-12d0-4d16-9742-9af72ec469dc" /> - Extension version: 1.4.2 - SNAPSHOT -- 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]
