JeremyYao opened a new issue, #1221: URL: https://github.com/apache/daffodil-vscode/issues/1221
### Description Version: 1.4.1 Snapshot For inserting elements, IntelliSense suggests elements with the `dfdl:` prefix as shown below:  however, upon going through with the suggestion, it inserts the element with the `xs:` prefix instead.  It seems to be doing this for other suggestions too  ### How to Replicate #### In [helloWorldPlusLongForm.dfdl.xsd](https://github.com/apache/daffodil-vscode/blob/main/src/tests/data/helloWorldPlusLongForm.dfdl.xsd) 1. Download https://github.com/apache/daffodil-vscode/blob/main/src/tests/data/helloWorldPlusLongForm.dfdl.xsd 2. Open up helloWorldPlusLongForm.dfdl.xsd in VSCode 3. Navigate to line 33, col 1  4. Press `CTRL` + `space` 5. Suggestions should look like the following  6. Proceed with any of the suggestions and observe how they all have the `xs` namespace instead of the `dfdl` namespace as the suggestions list. 7. Place cursor at line 68 column 59, after >  8. Press `Ctrl` + `Space`  9. insert any of the suggestions listed in the screenshot. Note that there should be a `dfdl:element` suggestion, but rather a `xs:element` suggestion. -- 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]
