Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Latest commit

 

History

History
76 lines (42 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

76 lines (42 loc) · 2.4 KB

Change Log

0.2.1

  • Fix case where two symbols have the same reported range (issue #127)

0.2.0

0.1.1

0.1.0

  • No longer select blocks of code when activating a symbol (issue #69)
  • Automatically reveal the symbol under cursor in the tree view (issue #12, issue #71)
  • Require VS Code version 1.22.0 or later

0.0.13

  • Documentation improvements in README

0.0.12

  • Implement a much faster tree building algorithm (issue #55)

0.0.11

  • Use location ranges to determine symbol containment

0.0.10

  • Expand namespaces, packages, classes and structures by default (can be configured in settings)
  • Default to no sorting (can still be enabled in settings)

0.0.9

  • Improved scrolling and correct handling for split editing

0.0.8

0.0.7

  • Clear the tree when editor is closed
  • Fix Cannot read property 'children' of undefined error

0.0.6

  • Fix some icons being raster bitmaps

0.0.5

  • Refresh the outline when the document is saved or reloaded from disk

0.0.4

  • Better icon consistency with VSCode
  • Support for light themes

0.0.3

  • Added a refresh button

0.0.2

  • Clicking items activates the editor

0.0.1

  • Initial release