-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
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
Creating a comment doc block #2140
Comments
I believe you could do this with an extension |
@TheColorRed Please try snippets: https://code.visualstudio.com/docs/customization/userdefinedsnippets |
I did do snippets as a final, but you can't have a snippet of
|
@TheColorRed Would you expect that typing cc @jrieken : would be a nice rich language feature |
The omnisharp extension should handle that |
@alexandrudima Yeah, that is what I was thinking would happen. It would also be nice if it was supported in other languages as well (at least eventually). |
This issue was moved to dotnet/vscode-csharp#20 |
Is there anything that will allow for shorthand creation of documentation?
So for example, in C# if I type:
///
and press EnterIt would create a doc comment block
It would add things such as:
The text was updated successfully, but these errors were encountered: