I'm typing a schema. Each time I go to enter and attribute I end up with 
a pair of double quotes and the cursor *after* the second quote. If you 
try typing

  <complexType name="

you end up with

  <complexType name=""|

Although it is useful to have " inserted, if you carry on typing as if 
completion was not present then what you type should be what you get. 
Completion shouldn't break your typing flow.

Still a problem is trying to type a comment and having to press ! twice 
(why not always have ! as a completion? It would be better that way even 
if ! is not valid than to break the "normal" use).

Also, trying to enter an end tag is a pain because of completion. Trying 
to change

<element />

to

<element></element>

by deleting the / and then moving after > and typing </. The / causes 
auto-completion with the first tag in the list.

I still find typing XML against a schema in IDEA the worst feature I 
use. It gets in the way more than it helps and is very frustrating. 
These problems don't seem to be getting fixed and have been around for a 
large number of builds.

Again I suggest a JetBrains person tries creating a reasonably sized 
schema to see how bad it is.

Pete

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to