toggle Comment
abstract fun toggleComment( targetText: String, commentFullLine: Boolean, atMinTab: Boolean): String
Content copied to clipboard
Toggle a comment for the provided text.
Parameters
target Text
The text to toggle comment for.
comment Full Line
Must comment the full lines of text.
at Min Tab
true comments out the provided text placing the initial comment syntax on each line at the character position just after the minTabCount position for the target text.