Skip to content

Commit 6ff3dc2

Browse files
Update file Developer Environment Guide for Linux.md
1 parent bd0913b commit 6ff3dc2

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

docs/Developer Environment Guide for Linux.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Install Remote - SSH extension (by Microsoft)
9090

9191
## 4.2 Connect via VSCode: Update your SSH config
9292
To open "SSH Config" go to "Remote Explorer" option on left bar
93-
You can open and edit SSH config file by settings option on "SSH" Tab
93+
You can open and edit "SSH config" file by settings option on "SSH" Tab
9494

9595
```
9696
Host genai-idp-dev
@@ -120,4 +120,32 @@ aws configure
120120
./publish.sh --help
121121

122122
### Test build (this will take 10-15 minutes)
123-
./publish.sh bucket_name build-test us-east-1
123+
./publish.sh bucket_name build-test us-east-1
124+
125+
# Step 7: Cline & Q Developer installation
126+
### Cline
127+
What it is: An AI coding assistant that runs as a VS Code extension, powered by various LLMs (Claude, GPT, etc.)
128+
129+
Key capabilities:
130+
- Autonomous code editing across multiple files
131+
- Executes terminal commands and reads file outputs
132+
- Can browse the web for documentation/research
133+
- Maintains context across entire codebases
134+
- Handles complex, multi-step development tasks
135+
136+
Why it's helpful: Acts like an AI pair programmer that can actually write, test, and debug code independently while you supervise.
137+
- You can install it from "Extensions" tab on VSCode.
138+
139+
### Amazon Q Developer
140+
What it is: AWS's AI coding assistant integrated into IDEs, specifically designed for AWS development
141+
142+
Key capabilities:
143+
• Code suggestions and completions optimized for AWS services
144+
• Security vulnerability scanning and fixes
145+
• AWS best practices recommendations
146+
• Infrastructure as Code (CloudFormation, CDK) assistance
147+
• Direct integration with AWS documentation and services
148+
149+
Why it's helpful: Specialized for AWS development with deep knowledge of AWS services, perfect for this GenAI-IDP project since it's
150+
built entirely on AWS.
151+
- You can install it from https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html

0 commit comments

Comments
 (0)