From f9d0166e51bf6493b77d8a75f6d7ea94c036b6a7 Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Tue, 16 Dec 2025 11:29:25 -0800 Subject: [PATCH] frame migrate guides for other jb editors --- docs/src/migrate/pycharm.md | 51 +++++++++++++++++++++++++++++++++++ docs/src/migrate/rustrover.md | 49 +++++++++++++++++++++++++++++++++ docs/src/migrate/webstorm.md | 49 +++++++++++++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 docs/src/migrate/pycharm.md create mode 100644 docs/src/migrate/rustrover.md create mode 100644 docs/src/migrate/webstorm.md diff --git a/docs/src/migrate/pycharm.md b/docs/src/migrate/pycharm.md new file mode 100644 index 0000000000000000000000000000000000000000..c7d371bf4a8974723fc3f9f325df52966212eea5 --- /dev/null +++ b/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 diff --git a/docs/src/migrate/rustrover.md b/docs/src/migrate/rustrover.md new file mode 100644 index 0000000000000000000000000000000000000000..87a03097bd95e1b4e9cf84db44e1b12303ba801b --- /dev/null +++ b/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 diff --git a/docs/src/migrate/webstorm.md b/docs/src/migrate/webstorm.md new file mode 100644 index 0000000000000000000000000000000000000000..4fd581ec0175effa5d915ed46aaa852c8d891e59 --- /dev/null +++ b/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