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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ Download: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items
8
8
9
9
This Visual Studio extension adds advanced path copying commands. Available commands:
10
10
11
-
1.**Copy Relative Path** - Get a relative path to the document. _Example:_ transform `D:\notepad-plus-plus\PowerEditor\src\resource.h`into`PowerEditor/src/resource.h`.
11
+
1.**Copy Relative Path** - Get a relative path to a selected document. _Example:_ transform `D:\notepad-plus-plus\PowerEditor\src\resource.h`→`PowerEditor/src/resource.h`.
12
12
13
13
2.**Copy URL** - Append a relative path to a base URL specified in preferences. This might be used to get a GitHub link to the selected document in Visual Studio.
0 commit comments