foo
when the cursor now is placed at the end of line after "/div" and than I" />
foo
when the cursor now is placed at the end of line after "/div" and than I" />
foo
when the cursor now is placed at the end of line after "/div" and than I"/>

eclipse content assist inserts at wrong position

85 views Asked by At

in my xhtml-files I have some code like:

 <p:tab title="title">  
    <div>foo</div>

when the cursor now is placed at the end of line after "/div" and than I call the content assist, to complete the p:tab. After I enter the selection in the assistan, it places the "/p:tab" after the start-tab in the line of "p:tab", but I want the content assist to place the ending tag at the new line after div or where the cursor stands. Has someone an idea, how I can configure the assist to do this or is this a bug in eclipse (4.23.0) thanks in advice

enter image description here

0

There are 0 answers