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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ Revit API snippets for Visual Studio.
14
14
## Installation
15
15
16
16
1.[Download](https://github.com/mayconrfreitas/RevitAPISnippets/archive/refs/heads/main.zip) or [clone](git-client://clone?repo=https%3A%2F%2Fgithub.com%2Fmayconrfreitas%2FRevitAPISnippets) this repo;
17
-
2. On Visual Studio, go to `Tools > Code Snippets Manager...` or press `Ctrl + K` and `Ctrl + B`;
17
+
2. On Visual Studio, go to `Tools > Code Snippets Manager...` or press <kbd>Ctrl</kbd> + <kbd>K</kbd> and <kbd>Ctrl</kbd> + <kbd>B</kbd>;
18
18
3. Click on `Add` button.
19
19
4. Navigate to the folder where you saved this repo;
20
20
5. Open the repo [`Folder > Snippets`](./Snippets/) and Select the RevitAPI folder according to your Revit version (E.g.: [`RevitAPI2020`](./Snippets/RevitAPI2020/));
21
21
6. Click on `OK`.
22
22
23
23
## How to use
24
24
25
-
1. After installation, type the command (as in the [Snippets List](#snippets)) `command` and press `tab` 2x;
25
+
1. After installation, type the command (as in the [Snippets List](#snippets)) `command` and press <kbd>tab</kbd> 2x;
26
26
<p>
27
27
<img width="800" src="./Source/gifs/howtouse_01.gif" alt="Revit API Snippets - Example of snippet">
28
28
</p>
@@ -32,7 +32,7 @@ Revit API snippets for Visual Studio.
32
32
<img width="800" src="./Source/gifs/howtouse_02.gif" alt="Revit API Snippets - Example of snippet">
33
33
</p>
34
34
35
-
3. Press `enter` to complete the command.
35
+
3. Press <kbd>enter</kbd> to complete the command.
0 commit comments