|
1 | 1 | == Changing of the <%= fileName; %> File
|
2 | 2 |
|
3 |
| -=== Changing of <%= fileName; %> in the VSCode Editor |
| 3 | +=== Changing of <%= fileName; %> in the VS Code Editor |
4 | 4 |
|
5 | 5 | <% if(contentPath) {%>
|
6 | 6 | First, you want to open the file <%= contentFile; %> where you get the content from, you want to put into the <%= fileName; %>.
|
7 |
| -Go to the file context menu in the top left corner right next to the VSCode symbol and choose *Open File...* or you can do this with the keyboard shortcut ctrl+o. |
| 7 | +Go to the file context menu in the top left corner right next to the VS Code symbol and choose *Open File...* or you can do this with the keyboard shortcut ctrl+o. |
8 | 8 | Based on your operating system a window with the file explorer opens. You have to navigate <%= contentFile; %> and select it. Select the right folder manually or by inserting the path `<%= contentPath; %>` into the path bar, so you can jump into the right folder and select the file `<%= contentFile; %>`.
|
9 | 9 | You confirm this with the *Open* button in the bottom right corner.
|
10 |
| -The file will be opened in a new VSCode editor window where you can select the whole text with the keyboard shortcut ctrl+a or just select the text you want to copy and copy the text with ctrl+c.<% } %> |
| 10 | +The file will be opened in a new VS Code editor window where you can select the whole text with the keyboard shortcut ctrl+a or just select the text you want to copy and copy the text with ctrl+c.<% } %> |
11 | 11 |
|
12 |
| -To change the file <%= fileName; %>, you have to open it in VSCode. |
13 |
| -Open VSCode and choose in the file context menu in the top left corner right next to the VSCode symbol *Open File...* or just use the keyboard shortcut ctrl+o. |
| 12 | +To change the file <%= fileName; %>, you have to open it in VS Code. |
| 13 | +Open VS Code and choose in the file context menu in the top left corner right next to the VS Code symbol *Open File...* or just use the keyboard shortcut ctrl+o. |
14 | 14 | Based on your operating system a window with the file explorer opens. You have to navigate to <%= fileName; %> and select it. Select the right folder manually or by inserting the path `<%= filePath; %>` into the path bar, so you can jump into the right folder and select the file `<%= fileName; %>`.
|
15 | 15 | You confirm this with the *Open* button in the bottom right corner.
|
16 |
| -The file will be opened in a new VSCode editor window. |
| 16 | +The file will be opened in a new VS Code editor window. |
17 | 17 |
|
18 | 18 | <% if(contentString) { %>Now we can copy the content *<%= contentString; %>* with ctrl+c we want to insert into <%= fileName; %>. <% } %>
|
19 | 19 | <% if(lineNumber) { %>Inserting the content into a specific line number can be done by a left mouse click into the line *<%= lineNumber%>* and using the keyboard shortcut ctrl+v.
|
|
0 commit comments