There is a feature in atom editor to show dev tools when you double-click on a word. Probably it is intended for html, but in ruby code it is not working. When you double-click on a specific word it is activating dev tools, opens console and show some error.
How can I disable it? I didn't find a setting and am not sure if this comes with an installed plugin.
The developer tools aren't opening as a feature: they're opening because there's an error somewhere! Unfortunately, Chromium (on top of which Atom is built) doesn't show a full stacktrace unless the dev tools are open before the exception is raised.
Try opening them yourself first with View -> Developer -> Toggle Developer Tools (or running the Window: Toggle Dev Tools
command from the palette) and try to reproduce the problem by double-clicking on the word again. You should see a full stacktrace now, hopefully including an indication of the package that's causing the problem.
Good answer by Ash Wilson, but I wanted to point out a handy package to disable the dev console from opening when there is an error: https://atom.io/packages/error-status .
You should find out what is causing the error, however most of the time it is annoying. This package shows the error right above the status bar. So you can still click it to see what the error is, but it is less obtrusive than opening the console.
Edit: Package was removed. Atom now has better error handling and a notification shows instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With