Shortcut key methods for automatically inserting authors, comment dates, and so on in MyEclipse
MyEclipse automatically insert author, comment date, and so on the De shortcut key method opens and then finds
Window-->preferences->java->editor->templates ,
Here's a shortcut name for your own insert comment, which is set as follows:
Enter remark (any name you like) at name
Select the Automatically insert check box in the context of Java
Description can enter any description here
Pattern:(custom format)
/**
* @author ${user}
* @date: ${date} ${time}
*/
All set up here, OK, find a Java class, find a blank place to test, enter the remark (the name that was written earlier),
Again alt+/ should click to see the content of the description just now.
Note that if the previous context selected Javadoc, then alt+/and then press/to come out.
Shortcut key methods such as author, comment date, etc. are automatically inserted in the MyEclipse