Skip to content

Releases: Gerrnperl/outline-map

v1.4.2

25 Feb 16:20
Compare
Choose a tag to compare

Add

  • Support for region/tag name escaping (use \ to escape a space) #80
  • Improve parsing quality with new region/tag syntax parser
  • Improve region/tag hover message.
  • Support expanding all symbols on startup (set outline-map.expand to expanded) #81 #80
  • L10n support for extension UI,
    • and provide de, es, fr, jp, zh-tw translations (translated by copilot :D)

Welcome to correct any AI localization errors ❤️❤️

Fix

Don't update if the webview isn't visible. #77 #69 @joshua-dean

v1.4.1

13 Sep 07:47
Compare
Choose a tag to compare

Add

  • Support renaming regions and tags
  • Code completion for regions and tags
  • Add context menu for view reference and call hierarchy

Fix

Other

v1.4.0

24 Mar 08:29
Compare
Choose a tag to compare

Add

  • Find References when goto tag #59 @howin98
  • Provide outline sorting feature #54
  • Expand to the symbol under the cursor

Fix

  • Now the outline will not scroll automatically when in the manual follow mode #53

Other

  • Collapse pin state switch actions for less buttons in navigation bar

v1.3.2

24 Mar 08:50
Compare
Choose a tag to compare

Fix

  • Overlap items when the height of the outline is not enough #50
  • Other minor fixes

v1.3.1

24 Mar 09:00
Compare
Choose a tag to compare

Fix

  • Now search is case-insensitive (For normal search, case-sensitive is automatically enabled when you type a capital letter)
  • A failed search will not cause the outline running into an error state
  • Ignore scheme vscode-scm and workThroughSnippet

v1.3.0

24 Mar 08:59
Compare
Choose a tag to compare

Add

  • (preview) Workspace symbols
  • zh-cn translations for package.json
  • Add option whether to register region provider

Fix

  • keep expand state when editing
  • Keep the visibility of search field #47
  • Keep highlight on the closest outline node when the cursor is out of any symbol #34
  • Missed message when no symbol found
  • Disable auto-expansion when follow to cursor

Deprecate

  • configuration: outline-map.color, use workbench.colorCustomizations instead

v1.2.2

24 Mar 08:58
Compare
Choose a tag to compare

Fix

  • Semantic highlight conflict #49

Add

  • Text decoration for region and tag #49

v1.2.1

24 Mar 08:57
Compare
Choose a tag to compare

Fix

  • search field size

v1.2.0

24 Mar 08:56
Compare
Choose a tag to compare

Add

  • Region and tag support #43
    • Region and tag symbols
    • Syntax highlight
    • Region folding

v1.1.0

24 Mar 08:55
Compare
Choose a tag to compare

Add

  • Filter symbol #47

Other

  • A better search field