Variable Name | Description | Available version |
---|---|---|
{FileName} | file name of the active document which doen't include directory name | 1.2 or later |
{FullPath} | abosolute file path of the active docuemnt | 1.2 or later |
{RelativePath} | relative file path of the active docuemnt from the solution directory | 1.2 or later |
{TopLineNumber} | the line number of the first line of the selection | 1.2 or later |
{BottomLineNumber} | the line number of the last line of the selection | 1.2 or later |
{Selection} | the selection text which is added with the line number in each line | 1.2 or later |
{SelectionNoTab} | the selection text which is added with the line number in each line and whose tabs are replaced to spaces | 1.3 or later |
c:\gitwork\github\copywithlinenumbers\copywithlinenumbers\copywithlinenumberscommand.cs(24): 24: /// <summary> 25: /// Command ID. 26: /// </summary> 27: public const int CommandId = 0x0100; 28: