[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Autocomplete
|
- From: priitliivak@xxxxxxxxx (Priit)
- Date: Thu, 21 Apr 2005 11:24:01 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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???