|
As I'm going through the FebCTP examples, I'm entering the xaml in manually to explore and better remember the available properties. When entering a property like VerticalAlignment that has in-built options (Stretch, Top, Etc.), pressing tab results in the cursor moving to the right of the quote. This is helpful and allows entering further properties without moving to the arrow keys.
When entering a property value that isn't appearing in intellisense (like a Heading or Click that is done manually), pressing tab or enter just insert whitespace inside the quotes. Pressing shift+enter results in a newline being created above and the cursor goes there, which works in some cases. If you want multiple properties on the same line, however, or want to end the tag, this still requires the arrow keys. There may be a shortcut I'm unaware of, so that's why I'm asking this. Is there any way to avoid pressing the right arrow when finished entering a property? I realize this is an advanced version and so even if something like this is planned it might not yet be implemented--but if so, it would be really nice to know.
Also, good job to whoever created the tutorials--they are extremely helpful.
|