Structure View Versions Save

Structure View for ATOM editor, just like Outline view in Eclipse or Structure tool window in IDEA / WebStorm, provides quick navigation for symbols of source code with a tree view.

v0.1.2

6 years ago

Notable Changes

  • Public release.
  • Based on ctags, provided specific parsers for Javascript, HTML and CSS.

v0.1.3

6 years ago

Notable Change

  • Use the better API onDidChangeActiveTextEditor for Atom of which version is newer than 1.17.

v0.1.4

6 years ago

Notable Changes

  • Fix wrong type in .ctags config file.
  • Display icon of tags generated by ctags.

v0.1.5

6 years ago

Notable Changes

  • See #9. Fix line jump error when Soft Wrap in Settings is enabled.
  • Add "function" type support for XYplorer script.

v0.1.6

6 years ago

Notable Changes

  • See #2. Support inline Javascript parsing in HTML.
  • Fix line jump error when target row is folded.

v0.1.7

6 years ago

Notable Change

  • Fix parsing error for script tag with no child.

v0.1.8

6 years ago

Notable Changes

  • Add settings to hide variables and properties for cleaner tree and easier navigation.
  • Fix structure view auto toggle problem: SV should not show up when it's hidden before and active pane is switched from non-editor item (such as Settings) to an editor.

v0.2.0

6 years ago

Notable Changes

  • New toolbox section is provided with four shortcut buttons.
  • Fix #11. Support export class/function expression.
  • Fix tag name of 'export default' pattern from 'exports' to 'export default'.
  • Change trigger event for folding tree view to double click by default (See #13), and make this behavior configurable.