-
Notifications
You must be signed in to change notification settings - Fork 40
docs: Add IntelliJ GitHub Copilot Tutorial (Sections 1–5 with images) #148
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: Add IntelliJ GitHub Copilot Tutorial (Sections 1–5 with images) #148
Conversation
damithc
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.
Some changes requested.
Screenshots add to the maintenance burden. Crop out unrelated parts of screenshots. Use screenshots only when they can add significant value.
| <frontmatter> | ||
| title: "IntelliJ IDEA – Using GitHub Copilot" | ||
| pageNav: 2 | ||
| </frontmatter> |
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.
Include the warning about this being a WIP community contribution, similar to other tutorials added recently.
tutorials/intellijCopilot.md
Outdated
|
|
||
| --- | ||
|
|
||
| ## 1. Setting Up GitHub Copilot Access |
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.
This part is not specific to Intellij. Must be covered in somewhere else already.
tutorials/intellijCopilot.md
Outdated
| pageNav: 2 | ||
| </frontmatter> | ||
|
|
||
| # IntelliJ IDEA – Using GitHub Copilot |
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.
This page needs to be linked from the main landing page (index.md)
|
@arshinsikka Let us know when this is ready again. |
…xed screenshots; adjust related tutorial text accordingly
…qs, trim screenshots, and streamline verification section
|
@arshinsikka Can you resolve these conflicts? |
I have. Sorry for the delay prof. Let me know if this is good to go now. |
This PR adds a full-length tutorial for using GitHub Copilot in IntelliJ IDEA, covering the following sections as discussed in Issue #124:
All required screenshots have been added to the
tutorials/images/intellijcopilot/directory, and are embedded contextually in the Markdown file for visual clarity.This PR is scoped only to Sections 1–5 as per @damithc's comment — Sections 6 (Best Practices) and 7 (Other AI Plugins) will be considered for a future PR if needed.
Looking forward to feedback from the maintainers!