-
-
Notifications
You must be signed in to change notification settings - Fork 969
Add IntelliJ IDEA Enhanced HotSwap to reloading guide #15287
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
Conversation
Updated the development reloading documentation to include IntelliJ IDEA Enhanced HotSwap in Debug Mode as a supported tool for hot code reloading in Grails. Added details about its mechanism, usage, and relevant documentation links, as well as a note on overcoming limitations with JetBrains Runtime.
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.
Pull request overview
This PR enhances the development reloading documentation by adding IntelliJ IDEA Enhanced HotSwap in Debug Mode as a fourth supported tool for hot code reloading in Grails applications. The addition provides developers with information about IntelliJ's built-in debugging capabilities for code reloading, including how to overcome limitations using JetBrains Runtime with specific JVM arguments.
Key changes:
- Added new section documenting IntelliJ IDEA Enhanced HotSwap with usage details and limitations
- Updated opening paragraph to include IntelliJ IDEA Enhanced HotSwap in the list of available tools
- Added links to JetBrains documentation and resources for JetBrains Runtime
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
grails-doc/src/en/guide/gettingStarted/developmentReloading.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Updated the development reloading documentation to include IntelliJ IDEA Enhanced HotSwap in Debug Mode as a supported tool for hot code reloading in Grails. Added details about its mechanism, usage, and relevant documentation links, as well as a note on overcoming limitations with JetBrains Runtime.
Added link to JRebel IntelliJ Plugin.