frankframework/frank-flow

Code completion: If attributes are defined on multiple lines or before position, won't get removed from the suggestions.

philipsens opened this issue · 0 comments

Attributes can only be used once inside an XML element. On one line, the used attributes won't be suggested again. This functionality is lacking when the attributes are on multiple lines. It also won't work with the attributes after the cursor position.

Self-closing tags

Comments