1

Is there anyway to get Android Studio to show the folding +/- icon for Eclipse style block comments, for example either,

/* * Here is a block comment. */

or

/* Here is another comment. */

I only get the fold/expand icons for blocks that begin with the single line comment style "//".

Monte Creasor
  • 466
  • 5
  • 12

1 Answers1

0

You can get Android Studio to show the folding +/- icon for arbitrary block.
Select the part you want to fold and press ctrl+.

Vitaly Zinchenko
  • 4,871
  • 5
  • 36
  • 52