I use default toggle comment line (editor.action.commentLine) to add/remove line comment (PHP).
My comments look like
// $someVar = null;
I want to change comment line format from // to // ~. Is there any way to change the default line comment format?
