Skip to content

Commit 50cfcf8

Browse files
authored
Merge pull request #258 from team-dev-docs/docs_internal-docs_generate_some_context_on_a_codefile.mdm2zibm8v-f4qp6
Dev-Docs Update
2 parents ece993b + a48958b commit 50cfcf8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# How to Generate Context on a Code File
4+
5+
## Step 1: Open the Code File
6+
7+
![Open code file](/img/generate_some_context_on_a_codefile/step_1.png)
8+
9+
Open your code file in your preferred IDE or text editor. In this example, we're using Visual Studio Code with a dark theme. The file open is `index.js`, which contains JavaScript code for image processing.
10+
11+
## Step 2: Access the Context Menu
12+
13+
![Access context menu](/img/generate_some_context_on_a_codefile/step_2.png)
14+
15+
Right-click anywhere in the code editor to bring up the context menu. In the menu, you'll see various options for working with your code. Look for the "Dev-Docs" option, which is highlighted in the image.
16+
17+
## Step 3: Generate Context
18+
19+
From the "Dev-Docs" submenu, select "Generate Context". This will trigger the process of analyzing your code and generating contextual information about the file and its contents.
20+
21+
By following these steps, you can easily generate context for your code file, which can be helpful for documentation, understanding complex codebases, or sharing information with team members.
22+
23+

0 commit comments

Comments
 (0)