Skip to content

Commit a053fe1

Browse files
committed
md file
1 parent 2f40048 commit a053fe1

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
2+
3+
## Generate Context from the VSCode Extension
4+
5+
### Step 1: Access the Extension Menu
6+
7+
Click on the "Generate Context" button in the welcome view of the VSCode extension.
8+
9+
![image for /img/generate_context_from_the_vscode_extension/step_1](/img/generate_context_from_the_vscode_extension/step_1.png)
10+
11+
### Step 2: Initiate Context Generation
12+
13+
Click on the "Generate Context" button to start the process.
14+
15+
![image for /img/generate_context_from_the_vscode_extension/step_2](/img/generate_context_from_the_vscode_extension/step_2.png)
16+
17+
### Step 3: Confirm Context Generation
18+
19+
Click on the "Generate Context" button again to confirm and proceed.
20+
21+
![image for /img/generate_context_from_the_vscode_extension/step_3](/img/generate_context_from_the_vscode_extension/step_3.png)
22+
23+
### Step 4: View Project Structure
24+
25+
Examine the project structure displayed in the file explorer.
26+
27+
![image for /img/generate_context_from_the_vscode_extension/step_4](/img/generate_context_from_the_vscode_extension/step_4.png)
28+
29+
### Step 5: Select Context File
30+
31+
Click on the "dev-docs" folder to expand it and view its contents.
32+
33+
![image for /img/generate_context_from_the_vscode_extension/step_5](/img/generate_context_from_the_vscode_extension/step_5.png)
34+
35+
### Step 6: Explore Generated Context
36+
37+
Review the expanded file structure, including the context files within the "dev-docs" folder.
38+
39+
![image for /img/generate_context_from_the_vscode_extension/step_6](/img/generate_context_from_the_vscode_extension/step_6.png)
40+
41+
### Step 7: Open Context File
42+
43+
Click on the "context-test.js.md" file to open it.
44+
45+
![image for /img/generate_context_from_the_vscode_extension/step_7](/img/generate_context_from_the_vscode_extension/step_7.png)
46+
47+
### Step 8: Review Generated Context
48+
49+
Examine the content of the opened context file, which includes a high-level summary of the code.
50+
51+
![image for /img/generate_context_from_the_vscode_extension/step_8](/img/generate_context_from_the_vscode_extension/step_8.png)
52+
53+
### Step 9: Analyze Context Details
54+
55+
Study the detailed information provided in the context file, including methods and code examples.
56+
57+
![image for /img/generate_context_from_the_vscode_extension/step_9](/img/generate_context_from_the_vscode_extension/step_9.png)
58+
59+
### Step 10: Utilize Generated Context
60+
61+
Use the generated context to better understand the code structure and functionality of the sprite generation module.
62+
63+
![image for /img/generate_context_from_the_vscode_extension/step_10](/img/generate_context_from_the_vscode_extension/step_10.png)
64+
65+

0 commit comments

Comments
 (0)