-
Notifications
You must be signed in to change notification settings - Fork 676
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 #20
Comments
From @Tyriar on January 21, 2016 5:25 I believe you could do this with an extension |
From @weinand on January 21, 2016 9:11 @TheColorRed Please try snippets: https://code.visualstudio.com/docs/customization/userdefinedsnippets |
From @TheColorRed on January 21, 2016 16:9 I did do snippets as a final, but you can't have a snippet of
|
From @alexandrudima on January 26, 2016 11:15 @TheColorRed Would you expect that typing cc @jrieken : would be a nice rich language feature |
The omnisharp extension should handle that |
From @TheColorRed on January 26, 2016 15:32 @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 is a duplicate of #8. |
From @TheColorRed on January 21, 2016 2:21
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:
Copied from original issue: microsoft/vscode#2140
The text was updated successfully, but these errors were encountered: