Releases: alibaba/structure-view
Releases · alibaba/structure-view
v0.2.0
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.
v0.1.8
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.