diff --git a/docs/Internal-Docs/Generate some context on a folder.md b/docs/Internal-Docs/Generate some context on a folder.md new file mode 100644 index 000000000..8bc8d1af1 --- /dev/null +++ b/docs/Internal-Docs/Generate some context on a folder.md @@ -0,0 +1,21 @@ + + + # How to Generate Context on a Folder in VS Code + +## Step 1: Open the Folder in VS Code + +![Open folder in VS Code](/img/generate_some_context_on_a_folder/step_1.png) + +First, open your project folder in Visual Studio Code. You should see the folder structure in the Explorer pane on the left side of the window. In this example, we can see a Node.js project with various files and folders. + +## Step 2: Generate High Level Context for the Folder + +![Generate high level context](/img/generate_some_context_on_a_folder/step_2.png) + +1. Right-click on the folder you want to generate context for in the Explorer pane. +2. In the context menu that appears, scroll down to the bottom. +3. Click on the option "Generate High Level Context for the Folder". + +This action will create a high-level context document for the selected folder, providing an overview of its contents and structure. The generated context can be useful for understanding the project layout and main components at a glance. + + \ No newline at end of file