[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Autocomplete

It is really great that Eclipse autocompletes stuff like curly brackets and so on. At the moment my Eclipse completes as following

for(something){           <As i press enter here Eclipse puts bracket

}                         <HERE

But what ia want it to do is following

for(something){ <As i press enter here Eclipse puts bracket and comment

} //for                   <HERE

I want it to add also a comment about what that bracket ends...

So how can i do that???