-
Notifications
You must be signed in to change notification settings - Fork 956
docs: restructure JetBrains IDE documentation for better user experience #19070
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: main
Are you sure you want to change the base?
Conversation
Restructures JetBrains IDE documentation based on user feedback to reduce cognitive load and provide clearer step-by-step instructions: - Add dedicated PyCharm page with streamlined setup instructions - Add dedicated IntelliJ IDEA page with streamlined setup instructions - Update main JetBrains page to focus on 'Other IDEs' (CLion, GoLand, etc.) - Prominently feature the JetBrains Terraform module for one-click integration - Provide clear time estimates (5 minutes) for setup - Include comprehensive troubleshooting sections - Add advanced configuration examples for different use cases Addresses user confusion about JetBrains Fleet, Gateway, and Toolbox by leading with the recommended approach (Terraform module) while keeping alternative methods available for advanced users. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
|
||
## Next Steps | ||
|
||
- [Configure your Python environment in the workspace](../../templates/) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../templates/ Status: 404 Cannot find: ../../templates/
## Next Steps | ||
|
||
- [Configure your Python environment in the workspace](../../templates/) | ||
- [Set up version control integration](../../../admin/git/) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../../admin/git/ Status: 404 Cannot find: ../../../admin/git/
|
||
## Next Steps | ||
|
||
- [Configure your Java/Kotlin environment in the workspace](../../templates/) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../templates/ Status: 404 Cannot find: ../../templates/
## Next Steps | ||
|
||
- [Configure your Java/Kotlin environment in the workspace](../../templates/) | ||
- [Set up version control integration](../../../admin/git/) |
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.
🚫 [linkspector] reported by reviewdog 🐶
Cannot reach ../../../admin/git/ Status: 404 Cannot find: ../../../admin/git/
Overview
Restructures JetBrains IDE documentation based on user feedback to reduce cognitive load and provide clearer step-by-step instructions.
Changes Made
New Pages Created
pycharm.md
) - Dedicated setup instructions for PyCharm Professionalintellij.md
) - Dedicated setup instructions for IntelliJ IDEA UltimateUpdated Pages
index.md
) - Now focuses on "Other IDEs" (CLion, GoLand, WebStorm, etc.)manifest.json
) - Updated to include new pages in proper orderKey Improvements
🎯 Reduced Cognitive Load
⚡ Clear Recommendations
📋 Step-by-Step Focus
🔧 Terraform Module Integration
registry.coder.com/coder/jetbrains/coder
moduleUser Feedback Addressed
✅ Fixed: PyCharm users now have a dedicated page with clear instructions
✅ Fixed: PyCharm and IntelliJ get dedicated pages with step-by-step tutorials
✅ Fixed: Clear time estimates (5 minutes) provided upfront
Content Structure
Testing
This restructuring directly addresses user feedback about needing clear, step-by-step guidance rather than having to figure out which method to use among the various JetBrains tools.