How to enable folding of eclipse style block comments in Android Studio?

122 views Asked by At

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 "//".

1

There are 1 answers

0
Vitaly Zinchenko On

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