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
The default behavior with VSCode is that if you type /* the corresponding closing pair */ is automatically added to the edited file.
/*
*/
Extend the VSCode CN plugin such that if you type /@* the closing pair @*/ is added. As a bonus autogenerate requires/ensures as well.
/@*
@*/
requires/ensures
This is obviously low priority
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The default behavior with VSCode is that if you type
/*
the corresponding closing pair*/
is automatically added to the edited file.Extend the VSCode CN plugin such that if you type
/@*
the closing pair@*/
is added. As a bonus autogeneraterequires/ensures
as well.This is obviously low priority
The text was updated successfully, but these errors were encountered: