rt320 opened a new issue, #438: URL: https://github.com/apache/daffodil-vscode/issues/438
Currently there are multiple nested if statements that attempt to determine which tag is triggering intellisense. The logic attempts to determine is a closing tag for the item exists and uses separate logic if more than one tag is on the same line. The logic also tries to determine if a closing tag exists for the item. The logic should be simplified to determine if the cursor at the trigger position is after an opening tag (ex: <xs:sequence> [cursor is here] ), or if the cursor is after the open tag symbol and a tag type (tag type ex: sequence, group, element, etc), (ex: <xs:element name="foo" [cursor is here] ). -- 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]
