dimanche 10 mai 2015

How to make eclipse automatically add spaces between operators and operands?

How to make eclipse automatically format my code as I type?

Example: I want eclipse to change

a+b==0 

to

a + b == 0 

on the go.

Is it possible?

Thanks!

Aucun commentaire:

Enregistrer un commentaire