Bug 343494 - [typing] Need automatic closing tag in Javadoc
Summary: [typing] Need automatic closing tag in Javadoc
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 05:18 EDT by Siddharth Saha CLA
Modified: 2011-04-21 06:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siddharth Saha CLA 2011-04-21 05:18:40 EDT
Build Identifier: I20100608-0911

When writing Java doc, then after the start tag is typed, the ending tag should come automatically like in HTML editors.

For example, when I write <code> then </code> should appear automatically. This will be very useful

Reproducible: Always

Steps to Reproduce:
1.Write Java doc for a method
2.Type in <code> then </code> should appear automatically.
3.
Comment 1 Dani Megert CLA 2011-04-21 05:53:56 EDT
Note that you can use templates, e.g.
<co[Ctrl+Space]
Comment 2 Siddharth Saha CLA 2011-04-21 05:58:48 EDT
Thanks, yes! Never tried that. But again if I write <code> then closing tag should appear as in HTML editor, makes sense?

(In reply to comment #1)
> Note that you can use templates, e.g.
> <co[Ctrl+Space]
Comment 3 Dani Megert CLA 2011-04-21 06:01:07 EDT
(In reply to comment #2)
> Thanks, yes! Never tried that. But again if I write <code> then closing tag
> should appear as in HTML editor, makes sense?
> 
Yep, that's why the bug is not closed ;-)