I am writing some XML templates to speed up writing schemas. I was wondering if it is possible to do a "create element" with multiple cursor locations akin to Eclipse generating a method in a java class which allows you to tab through the return type, method name, and parameters (they appear selected by a rectangle).
Here is the template I tried out:
<xs:element name="${cursor}" type="${cursor}" />
It moves the cursor to the name attribute, but I can't tab to the type attribute. Is there a way to do this with xml in eclipse?
Extracted from eclipseonetips, it works for me:
<xs:element name="${whateverUniqueNameYouWant}" type="${cursor}" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With