JeremyYao opened a new issue, #1199: URL: https://github.com/apache/daffodil-vscode/issues/1199
### Description IntelliSense suggests attributes that already exist inside of an element. An example of this happening is found here  It would make sense to have it not suggest duplicate attributes inside of an element. ### How to replicate 1. sampleWorkspace folder used can be found here: [sampleWorkspace.zip](https://github.com/user-attachments/files/19197031/sampleWorkspace.zip) 2. Place your cursor on the end of line 59 in `helloWorldPlusLongForm.dfdl.xsd` 3. Press space (or `Ctrl` + `Space`), you should see alignment show up  Accepting the alignment suggestion looks like  ### How to validate Follow steps [in how to replicate](#how-to-replicate) and verify that the alignment suggestion is gone. Additionally, attempt other attribute completion suggestions for other elements inside of `helloWorldPlusLongForm.dfdl.xsd` to see if other duplicate attribute suggestions are showing up. Could also try other DFDL schema files too. Such as https://github.com/DFDLSchemas/JPEG/blob/master/src/main/resources/com/mitre/jpeg/xsd/jpeg.dfdl.xsd  -- 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]
