0

I'm working on an Adobe AEM project in Eclipse. I'd like Ctrl+Shift C to generate comments in the preferred format for AEM, i.e. <!--/* comment */-->. Where can that be changed?

toniedzwiedz
  • 17,895
  • 9
  • 86
  • 131
Alex R
  • 11,364
  • 15
  • 100
  • 180
  • I guess you should create a new custom keyboard binding with Eclipse Rcp plugin. As it is not specifically for sightly it will be a Html editor you will be using for sightly html extension files – krish Jun 03 '17 at 14:34

1 Answers1

0

Try Ctrl + Shift + / after selecting the lines you want to comment for multiple line comment.

emdhie
  • 379
  • 1
  • 3
  • 10