frame migrate guides for other jb editors

Katie Geer created

Change summary

docs/src/migrate/pycharm.md   | 51 +++++++++++++++++++++++++++++++++++++
docs/src/migrate/rustrover.md | 49 +++++++++++++++++++++++++++++++++++
docs/src/migrate/webstorm.md  | 49 +++++++++++++++++++++++++++++++++++
3 files changed, 149 insertions(+)

Detailed changes

docs/src/migrate/pycharm.md 🔗

@@ -0,0 +1,51 @@
+# How to Migrate from PyCharm to Zed
+
+This guide covers how to set up Zed if you're coming from PyCharm, including keybindings, settings, and the differences you should expect.
+
+## Install Zed
+
+## Set Up the JetBrains Keymap
+
+## Set Up Editor Preferences
+
+## Open or Create a Project
+
+## Differences in Keybindings
+
+### Common Shared Keybindings (Zed with JetBrains keymap ↔ PyCharm)
+
+### Different Keybindings (PyCharm → Zed)
+
+### Unique to Zed
+
+### How to Customize Keybindings
+
+## Differences in User Interfaces
+
+### No Indexing
+
+### LSP vs. Native Language Intelligence
+
+### No Project Model
+
+### No Framework Integration
+
+### Virtual Environments and Interpreters
+
+### Tool Windows vs. Docks
+
+### Debugging
+
+### Extensions vs. Plugins
+
+## Collaboration in Zed vs. PyCharm
+
+## Using AI in Zed
+
+### Configuring GitHub Copilot
+
+### Additional AI Options
+
+## Advanced Config and Productivity Tweaks
+
+## Next Steps

docs/src/migrate/rustrover.md 🔗

@@ -0,0 +1,49 @@
+# How to Migrate from RustRover to Zed
+
+This guide covers how to set up Zed if you're coming from RustRover, including keybindings, settings, and the differences you should expect.
+
+## Install Zed
+
+## Set Up the JetBrains Keymap
+
+## Set Up Editor Preferences
+
+## Open or Create a Project
+
+## Differences in Keybindings
+
+### Common Shared Keybindings (Zed with JetBrains keymap ↔ RustRover)
+
+### Different Keybindings (RustRover → Zed)
+
+### Unique to Zed
+
+### How to Customize Keybindings
+
+## Differences in User Interfaces
+
+### No Indexing
+
+### rust-analyzer: Shared Foundation, Different Integration
+
+### No Project Model
+
+### No Cargo Integration UI
+
+### Tool Windows vs. Docks
+
+### Debugging
+
+### Extensions vs. Plugins
+
+## Collaboration in Zed vs. RustRover
+
+## Using AI in Zed
+
+### Configuring GitHub Copilot
+
+### Additional AI Options
+
+## Advanced Config and Productivity Tweaks
+
+## Next Steps

docs/src/migrate/webstorm.md 🔗

@@ -0,0 +1,49 @@
+# How to Migrate from WebStorm to Zed
+
+This guide covers how to set up Zed if you're coming from WebStorm, including keybindings, settings, and the differences you should expect as a JavaScript/TypeScript developer.
+
+## Install Zed
+
+## Set Up the JetBrains Keymap
+
+## Set Up Editor Preferences
+
+## Open or Create a Project
+
+## Differences in Keybindings
+
+### Common Shared Keybindings (Zed with JetBrains keymap ↔ WebStorm)
+
+### Different Keybindings (WebStorm → Zed)
+
+### Unique to Zed
+
+### How to Customize Keybindings
+
+## Differences in User Interfaces
+
+### No Indexing
+
+### LSP vs. Native Language Intelligence
+
+### No Project Model
+
+### No Framework Integration
+
+### Tool Windows vs. Docks
+
+### Debugging
+
+### Extensions vs. Plugins
+
+## Collaboration in Zed vs. WebStorm
+
+## Using AI in Zed
+
+### Configuring GitHub Copilot
+
+### Additional AI Options
+
+## Advanced Config and Productivity Tweaks
+
+## Next Steps