/* Suppose I have a multi-line comment with hard line-breaks
* that are roughly uniform on the right side of the text,
* and I want to add text to a line in order to make the
* comment a bit more descriptive.
*/
Ora, la maggior parte purtroppo, ho bisogno di aggiungere del testo a una delle migliori linee.Esistono strumenti in IDE per correggere automaticamente la formattazione dei commenti?
/* Suppose I have a multi-line comment with hard line-breaks (here is some added text for happy fun time)
* that are roughly uniform on the right side of the text,
* and I want to add text to a line in order to make the
* comment a bit more descriptive.
*/
Prende O (n) tempo (n essendo il numero di righe) per fissare ciascuna riga in modo che approssimativamente allineano nuovamente. Il computer dovrebbe fare questo, non io.
Esistono strumenti per gestire questo nei nostri IDE? Come si chiamano?
Polystyle non lo fa ancora, ma potrebbe valerne la pena, è promesso per una delle versioni future: http://www.polystyle.com/index.jsp –