-
Notifications
You must be signed in to change notification settings - Fork 40
docs(vscode): Enhance GitHub Copilot tutorial with improved flow, clarity, and student guidance #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs(vscode): Enhance GitHub Copilot tutorial with improved flow, clarity, and student guidance #144
Conversation
|
@NorbertLoh (and others), for your inputs ... |
|
Thanks for the reminder, Prof! I've added myself as a contributor at the bottom of the tutorial in this PR. Let me know if any further edits are needed @NorbertLoh ! |
NorbertLoh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. Just some minor comments to add.
tutorials/vscCopilot.md
Outdated
| - **Copilot Chat** – for general-purpose questions or help | ||
| - **Inline Chat** – for editing or explaining specific code blocks | ||
| - **Terminal Prompts** – for quick commands like `/explain`, `/fix` from the terminal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering, /explain, /fix works for all three modes and not just the terminal, I think terminal prompts are useful for terminal commands like building the project and then running it etc.
| * ~~Perform Git operations~~ (possible but #r#not recommended##; if you are new to Git, we discourage using Git inside the IDE -- it is better for beginners to learn Git independent of other tools) | ||
|
|
||
| <box type="tip" seamless> | ||
| **Troubleshooting Tips** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@arshinsikka Waiting for you to resolve comments from @NorbertLoh and resolve conflicts |
d9f0e57 to
4aaa2cb
Compare
… terminal shortcut
|
Hi Prof @damithc, I’ve completed the requested updates to the VS Code Copilot tutorial:
|
|
@NorbertLoh Any inputs on the current version? |

This PR improves the GitHub Copilot tutorial for VS Code by incorporating student-centric enhancements based on feedback from @damithc and @NorbertLoh in issue #138.
Changes Made:
These changes aim to reduce confusion for first-time users, especially students, and improve overall tutorial flow.
Closes #138