mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-17 12:21:22 +00:00
Add IntelliJ IDEA guidance for Java and Kotlin (#3213)
* docs: add IntelliJ IDEA guidance for Java and Kotlin Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * docs: document manual IntelliJ instruction setup Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot App
parent
408ec17349
commit
f47deced90
+7
-3
@@ -21,9 +21,13 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-instructions) for guidelines on
|
||||
- Download the \`*.instructions.md\` file and manually add it to your project's instruction collection
|
||||
|
||||
**To Use/Apply:**
|
||||
- Copy these instructions to your \`.github/copilot-instructions.md\` file in your workspace
|
||||
- Create task-specific \`*.instructions.md\` files in your workspace's \`.github/instructions/\` folder (e.g., \`.github/instructions/my-csharp-rules.instructions.md\`)
|
||||
- Instructions automatically apply to Copilot behavior once installed in your workspace`,
|
||||
- For repository-wide guidance, merge the resource's Markdown body into your \`.github/copilot-instructions.md\` file, preserving existing instructions and omitting the YAML frontmatter
|
||||
- In VS Code, keep the complete \`*.instructions.md\` file, including its YAML frontmatter, in your workspace's \`.github/instructions/\` folder for path-specific guidance
|
||||
- Instructions automatically apply to Copilot behavior once installed in your workspace
|
||||
|
||||
**IntelliJ IDEA and other JetBrains IDEs:**
|
||||
|
||||
[Set up in IntelliJ](https://docs.github.com/en/copilot/how-tos/configure-custom-instructions-in-your-ide/add-repository-instructions-in-your-ide?tool=jetbrains) using the manual setup guide, not a one-click installer. Use the repository-wide \`.github/copilot-instructions.md\` workflow above. The resource's \`applyTo\` patterns are not enforced in this file, so include only guidance appropriate for the whole repository.`,
|
||||
|
||||
pluginsSection: `## 🔌 Plugins
|
||||
|
||||
|
||||
Reference in New Issue
Block a user