Hey everyone
We’re seeing lots of developers interested in switching from IntelliJ to Cursor. For those who’ve made the move, we’d love to hear your experiences, especially around:
- Keybindings - What worked best for you?
- Extensions - Which ones are essential?
- Tips & Tricks - Any insights to share?
Whether you’ve had success or hit some roadblocks, your feedback helps us improve the transition for others. Share your thoughts below!
1 Like
If an IDEA plugin isn’t an option, I’d really like to have a proper keybinding migration tool. The one I found worked to some extent, but it fails to map many functions to corresponding ones on the Cursor side. If I could believe that I could get used to the VSCode family of editors, I might consider relearning them. But I really cannot foresee this happening in the near future. So for now, PyCharm (with CodeGPT subscription) remains my primary IDE and I rotate Cursor, Windsrf, Roocline, Aider as agentic coders. I could stay more in vscode land if my kb muscle memory didn’t fail me at every turn.
For programmers spoiled by a full IDE experience, the vscode family always feels lacking. For almost every Cursor feature, I can name a missing aspect that I’m actually using with PyCharm. And there are many features that are completely missing and depend on a buggy/half-baked/paid extensions.
And finally, if/when JB get their sht together and add proper agentic capabilities to their Asisstant offering, or someone else come up with a roocline like plugin, you may lose many of your dual citizens.
Context: I am an IntelliJ user.
My two biggest asks, asks for any VSCode based editors is:
- Cmd + Click: Navigate to declaration, basically need a better way to explore symbols
- Better Search:
- Cmd + F: searching by current file
- Cmd + Shift + F: search by entire project
- Cmd + o: search class, file, etc… and tabbing through what you’re searching(class vs file, etc…)
In each of the search scenarios, results are easily organized with proper syntax highlighting, line numbered, grouped, and Cmd + Click is supported in search results.
- Refactor options - super useful, but now I might as well have cursor refactor and update usages or do safe deletes.
- Cmd + K to review and commit changes(overall need keybindings mapped, already mentioned)
#1 jumping to declarations is more important as often engineers are in drill down mode.
#2 is useful to see breadth of usage.
(#1 and #2 have always been enough to convert team members to IntelliJ, #3 is always a cherry on top)
My workflow is to have Cursor and IntelliJ open.
IntelliJ is used to search, and jumping.
Cursor is used to execute coding tasks.
@ericzakariasson