We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clean up entries, using standard language in each
Updated Link to your editor (markdown)
VS Code remote targets
Reflect 2.9.0 changes.
Move nonstandard examples to the bottom, add note about Nova.
Be more clear about using the environment as a strong preference.
Fixed vscode editor link (missing slash). see: https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls
The rubymine:-protocol wasn't recognized by Safari. Inspecting the Info.plist-File of my RubyMinp+e.app revealed that "x-mine" is the URL-Scheme for this app.
Update VS Code section to add --wait - added explination of --wait too.
Update VSCode support
Update Atom support
fix inconsistent vscode links
`defined? BetterErrors && ()` is actually `defined?(BetterErrors && ())` to the interpreter it'll trigger const_missing.
Address the issue about enforcing editor preference by making it clear that this is opt-in
Update VSCode instructions now that URL support is standard
Remove line-number-offset fix, since the bug in Atom has been fixed.
Update Atom instructions based on feedback in https://github.com/charliesome/better_errors/pull/356#issuecomment-345314255
Update atom instructions and change non-natively-supported editor instructions support $EDITOR correctly.
Remove rubymine from "unsupported"
Fix instructions to add subl as the editor, since the instructions previously said to use "mate"
Add IDEA and RubyMine (and move Sublime to fix the alphabetical order of the list)
include Atom url handlers for Windows and Linux
Add new subl handler