Releases: Gerrnperl/outline-map
Releases · Gerrnperl/outline-map
v1.4.2
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
toexpanded
) #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
Add
- Support renaming regions and tags
- Code completion for regions and tags
- Add context menu for view reference and call hierarchy
Fix
- Handle trailing endregion #56 #76 @joshua-dean
Other
- Use dart-sass instead of node-sass #73 @abandon888
v1.4.0
v1.3.2
v1.3.1
v1.3.0
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
, useworkbench.colorCustomizations
instead