Comment with line comment
Hi,
Currently this operation comments line by adding the comment prefix (e.g. '//' for javascript) at the start of the line. Would it be possible to configure to do it correctly, at the beginning of text.
What happens now
{
i = i + 1;
// console.log('DEBUG', i)
for( var k = 0; ..
}
What I want
{
i = i + 1;
// console.log('DEBUG', i)
for( var k = 0; ..
}
Thanks!
Please sign in to leave a comment.
Hello!
there is currently no way to do this, please vote for http://youtrack.jetbrains.com/issue/IDEA-110199