Noticed today watching someone use the Razor editor: For components that have one or more properties that are [EditorRequired], we could do completion as a snippet, that includes the attributes for each required property (similar to how drag and drop will create attributes for them) and either puts the caret in the first one, or even puts placeholders in each and lets the user tab between them.
Noticed today watching someone use the Razor editor: For components that have one or more properties that are
[EditorRequired], we could do completion as a snippet, that includes the attributes for each required property (similar to how drag and drop will create attributes for them) and either puts the caret in the first one, or even puts placeholders in each and lets the user tab between them.