How can I add completion support for the /* */
comment in eclipse?
So that it automatically appends */
when I type /*
.
Asked
Active
Viewed 21 times
0

user116804
- 185
- 2
- 2
- 8
-
1Type it and hit enter, it should add it. – Maroun Jul 19 '16 at 10:58
-
Do you want to have a one-line block comment? – tobias_k Jul 19 '16 at 11:12
-
Yes, I would like to have a one-line comment. – user116804 Jul 19 '16 at 12:10