rthomas320 commented on code in PR #1426:
URL: https://github.com/apache/daffodil-vscode/pull/1426#discussion_r2454514396
##########
src/language/providers/attributeCompletion.ts:
##########
@@ -393,32 +393,95 @@ function checkNearestOpenItem(
return getCompletionItems(
[
'name',
+ 'maxOccurs',
+ 'minOccurs',
+ 'nillable',
'ref',
'type',
- 'minOccurs',
- 'maxOccurs',
Review Comment:
They were not removed, but they may have been reordered when additional
items were added. Git diffs don't seem to be 100% accurate. See the 4 lines
above git diff says were added.
<img width="977" height="941" alt="image"
src="https://github.com/user-attachments/assets/195dd305-f961-4dc0-9331-e9cd74a28df8"
/>
--
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]