I'm using RangeLineCommenter to comment/uncomment.
Consider the following comment.
/*
Comment line number 1
Comment line number 2
Comment line number 3
*/
If I select full comment with delimiter or full comment without delimiter, it shall be able to uncomment using RangeLineCommenter.
But it is not working properly, if the full comment is not selected.
If I have the cursor within the comment or comment partially selected, then RangeLineCommenter is unable to uncomment it.
But Visual Studio 2015 is able to uncomment it.
Please fix this issue.