We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One file "a.c" as example:
a b
1.You comment the second line first.
a /*b*/
2.Move cursor to the first line and comment the next two line.
/*a*/ /*[>b<]*/
3.Uncomment the two line.
a [>b<]
It acts the same in jsp and yacc file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One file "a.c" as example:
1.You comment the second line first.
2.Move cursor to the first line and comment the next two line.
3.Uncomment the two line.
It acts the same in jsp and yacc file.
The text was updated successfully, but these errors were encountered: