How to add a date to a C # snippet

I would like to add to my C # Visual C # Express (without macros) a fragment of the current date and time stamp. How to do it? When I use intellisense to create code using this snippet, I would like the current date and time to fit in the code.

+3
source share
2 answers

Someone else asked this a few days ago: Paste the current time in Visual Studio Snippet . It seems you cannot do this, but the macro worked for me.

+5
source

There's nothing to do here. This is a list of all supported tree functions.

- , . .

0

Source: https://habr.com/ru/post/1713063/


All Articles