DEV Community

Bear Su
Bear Su

Posted on

RubyMine Auto Completion Freeze

Problem

JetBrains RubyMine is an IDE for Ruby development.

RubyMine has the Auto Completion feature.

Recently, the RubyMine got stuck when the completion pop up on my macOS. I have to force close it from Activity Monitor.

Restart RubyMine can not fix the issue.

Solve Progress

Disable ML completion or EditorConfig support (Fail)

I found the issue ticket: IDEA sometimes complete hangs indefinitely when opening autocomplete modal

Disable ML completion

Disable ML completion

Disable EditorConfig support

Disable EditorConfig support

They both do not fix the issue.

Clear RubyMine Cache (Works)

I found the community post: WebStorm 2023.2 hangs

Follow the comment, I deleted the files under RubyMine Logs folder and restart RubyMine. But it does not work.

Note:

  • Remember replace <macOS Username> to your macOS Username.
  • Remember replace RubyMine2023.2 to the version you are using.
/Users/<macOS Username>/Library/Logs/JetBrains/RubyMine2023.2/
Enter fullscreen mode Exit fullscreen mode

I tried another comment: Delete the RubyMine caches.

I deleted the files under RubyMine Caches folder and restart RubyMine.

Note:

  • Remember replace <macOS Username> to your macOS Username.
  • Remember replace RubyMine2023.2 to the version you are using.
/Users/<macOS Username>/Library/Caches/JetBrains/RubyMine2023.2/caches/*
Enter fullscreen mode Exit fullscreen mode

Then I fix the issue successfully.

References

My Blog

Bear Su's Blog(zh_tw)

Bear Su's Blog

Quadratic AI

Quadratic AI – The Spreadsheet with AI, Code, and Connections

  • AI-Powered Insights: Ask questions in plain English and get instant visualizations
  • Multi-Language Support: Seamlessly switch between Python, SQL, and JavaScript in one workspace
  • Zero Setup Required: Connect to databases or drag-and-drop files straight from your browser
  • Live Collaboration: Work together in real-time, no matter where your team is located
  • Beyond Formulas: Tackle complex analysis that traditional spreadsheets can't handle

Get started for free.

Watch The Demo 📊✨

Top comments (0)

Permit.io Launch week

Auth that fits in your CI/CD - Permit CLI Launch Week

Live demos, daily drops, and giveaways — see how the Permit CLI can automate fine-grained access control straight from your terminal.

Sign up

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay