You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/managing-external-tools.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The following is a full list of arguments that can be used when defining an exte
64
64
|----------|--------------|-----------------|
65
65
|Item Path|$(ItemPath)|The complete file name of the current file (drive + path + file name).|
66
66
|Item Directory|$(ItemDir)|The directory of the current file (drive + path).|
67
-
|Item File Name|$(ItemFilename)|The file name of the current file (file name).|
67
+
|Item File Name|$(ItemFilename)|The file name of the current file.|
68
68
|Item Extension|$(ItemExt)|The file name extension of the current file.|
69
69
|Current Line|$(CurLine)|The current line position of the cursor in the code window.|
70
70
|Current Column|$(CurCol)|The current column position of the cursor in the code window.|
@@ -75,9 +75,9 @@ The following is a full list of arguments that can be used when defining an exte
75
75
|Target Extension|$(TargetExt)|The file name extension of the item to be built.|
76
76
|Binary Directory|$(BinDir)|The final location of the binary that is being built (defined as drive + path).|
77
77
|Project Directory|$(ProjectDir)|The directory of the current project (drive + path).|
78
-
|Project File Name|$(ProjectFileName)|The file name of the current project (drive + path + file name).|
78
+
|Project File Name|$(ProjectFileName)|The file name of the current project.|
79
79
|Solution Directory|$(SolutionDir)|The directory of the current solution (drive + path).|
80
-
|Solution File Name|$(SolutionFileName)|The file name of the current solution (drive + path + file name).|
80
+
|Solution File Name|$(SolutionFileName)|The file name of the current solution.|
81
81
82
82
> [!NOTE]
83
83
> The IDE status bar displays the **Current Line** and **Current Column** variables to indicate where the insertion point is located in the active **Code Editor**. The **Current Text** variable returns the text or code selected at that location.
0 commit comments