Skip to content

Add IntelliJ IDEA setup and usage documentation#2

Draft
Copilot wants to merge 3 commits intomasterfrom
copilot/how-to-use-agent-in-intellij
Draft

Add IntelliJ IDEA setup and usage documentation#2
Copilot wants to merge 3 commits intomasterfrom
copilot/how-to-use-agent-in-intellij

Conversation

Copy link

Copilot AI commented Feb 13, 2026

The repository lacked documentation for IntelliJ IDEA users. Added comprehensive IDE-specific setup instructions.

Changes

  • README.md: Added "How to use in IntelliJ IDEA" section covering:

    • Gradle project import via File → Open
    • Build methods (Gradle tool window and terminal)
    • Run configurations for appRun task
    • Debug setup with breakpoint instructions
    • JDK/Gradle JVM configuration requirements
    • Common troubleshooting (cache invalidation, SSL certificates, missing tool windows)
  • .gitignore: Created to exclude build artifacts and IDE metadata

    • Gradle: .gradle/, build/
    • IntelliJ: .idea/, *.iml, out/
    • Eclipse, OS files, logs, compiled classes

Context

Project runs via Gretty plugin at https://localhost:8550. Documentation maintains consistency with existing command-line instructions while providing IDE-native workflows.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 13, 2026 12:57
Co-authored-by: kishore-kumar-5364 <66055769+kishore-kumar-5364@users.noreply.github.com>
Co-authored-by: kishore-kumar-5364 <66055769+kishore-kumar-5364@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for using agent in IntelliJ Add IntelliJ IDEA setup and usage documentation Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants