Friends familiar with Eclipse know that it has a very handy shortcut key: Alt+shift+j, a shortcut that helps developers quickly insert comments to improve development efficiency.
But there are also developers who have this requirement: when inserting comments automatically insert the current system time, how to do it? In fact, it is very simple, here is to share how to quickly insert time comments.
The first step:
Open the parameter Settings panel from the menu window->preference and select:
The following interface will pop up after code Style, Java---code templates:
Second step: Select Comments on the right, place the types item, and then choose "Edit" on the right to enter edit mode:
Step Three: after entering edit mode, you can customize the annotations. You can also insert some variables, such as year, date, and so on.
Tip: You can select different options under the comments option to make changes as needed.
Eclipse Insert Current system time