Header Text Visual Studio Variables

hello All,

I would like to insert the following code into project files

i can use the static file header text , however it will not use the VS variables below , any help would be greatly appreciated.


thanks




// /* ======================================================================
//
// C# Source File -- $itemname$.cs
//
// NAME: $rootnamespace$.$itemname$.cs
// AUTHOR: mbr Name
//
// MyCompany USA - Chicago
// Corporate Center
// Suite 800
// Jacksonville, FL 60154
// DATE : $time$
// VERSION: $clrversion$
//
// COMMENT(s):
// ====================================================================== */

0
4 comments
Avatar
Permanently deleted user

I couldn't figure out a way to do this either. It seems kind of a no-brainer. Why would you even want a 100% static file header?

0
Avatar
Permanently deleted user

John,

The solution is to allow Environment Variables in the header text along with the macros, is there any way to create your own macros, like the macros made available in Live Templates?

Thanks

0

Unfortunately, right now the header text is static.
We are going to improve this in the next version

--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"pr1smiley" <dana.johnson@dynamicpresence.com> wrote in message
news:2994198.90731215453712120.JavaMail.jive@app4.labs.intellij.net...

hello All,

>

I would like to insert the following code into project files

>

i can use the static file header text , however it will not use the VS
variables below , any help would be greatly appreciated.

>
>

thanks

>
>
>
>

// /*
======================================================================
//
// C# Source File -- $itemname$.cs
//
// NAME: $rootnamespace$.$itemname$.cs
// AUTHOR: mbr Name
//
// MyCompany USA - Chicago
// Corporate Center
// Suite 800
// Jacksonville, FL 60154
// DATE : $time$
// VERSION: $clrversion$
//
// COMMENT(s):
// ======================================================================
*/



0
Avatar
Permanently deleted user

Eugene,

Thanks for the reply

0

Please sign in to leave a comment.