Home

Awesome

Stacktrace for Atom

Navigate stacktraces within Atom!

Build Status

Given a stacktrace from a supported language, this package gives you:

Installation

apm install stacktrace

Obligatory Animated Gif

walkthrough

Commands

Stacktrace is a Bring Your Own Keybinding :tm: package. Rather than try to guess a set of bindings that won't collide with any other package, or that aren't six-key chords, I'm not providing any default keybindings.

To set hotkeys for stacktrace commands, invoke Application: Open Your Keymap from the command palette, and add a section like this one:

'.workspace':
  'alt-s enter': 'stacktrace:from-selection'
  'alt-s p': 'stacktrace:paste'
  'alt-s up': 'stacktrace:to-caller'
  'alt-s down': 'stacktrace:follow-call'

Language Support

Stacktraces are currently recognized in the following languages:

Countdown to 1.0

In the true spirit of README-driven development, these are the features that I'd like to see in place before I mark it 1.0.