DevUtils-app icon indicating copy to clipboard operation
DevUtils-app copied to clipboard

[feature] option to remove comments for output

Open mittalyashu opened this issue 4 years ago • 2 comments

For example:

Input

{
	// "incremental": true                   /* Enable incremental compilation */
}

Output

{
	"incremental": true
}

I think this feature can be added for other formatters too.

mittalyashu avatar Feb 12 '21 07:02 mittalyashu

Hi there! Thanks for the suggestion, I think this will be a nice addition. Noted.

trungdq88 avatar Feb 12 '21 16:02 trungdq88

This is now available as of version 1.11, please give it a try! 😄

CleanShot 2021-08-26 at 20 29 31@2x

trungdq88 avatar Aug 26 '21 12:08 trungdq88