Releases: oleg-shilo/codemap.vscode
Releases · oleg-shilo/codemap.vscode
Release v1.20.5
- Improved TS mapper algorithm so it handles pure JS class functions for
*.js
files. - Updated all packages
Release v1.20.4
- Added support Arduino syntax (*.ino files)
Release v1.20.3
- Added Support PDL2 Files(Comau Robot Language)
Curtesy of Marco Caputo
Release v1.20.1
Please note that there is a problem caused by the Marketplace defect reported 2 days ago: microsoft/vsmarketplace#619
At the moment the only workaround is to download the extension from here (or VSCode Marketplace) and install the extension manually:
- C# Syntaxer upgraded to v3.1.2 to run on .NET 7.0
Release Release v1.20.0
- PR #81: opening new unopened script initially filters all nodes.
This is a fix for an accidental side effect of the very previous PR.
Release v1.19.0
- PR #80: Add sorting option (include/exclude) by node type (e.g. class, functions)
The option is available in the explorer view.
Special thanks to Timhobson-source for contributing this functionality - Incorporated GitHub suggested vulnerability patches
Release v1.18.0
- Issue #72: Add sort button to the CodeMap display (continuation)
Added config value "defaultSortDirection"
Special txs to @Timhobson-source who contributed this enhancement
Release v1.17.0
- Issue #72: Add sort button to the CodeMap display
Added context menu for sorting direction when it is enabled.
Supported sorting directions are: - Ascendant
- Descendant
- By location (in the document)
After switching the active document the default sorting direction (ascendant) is always restored.
Release v1.16.4
- Issue #71: Missing Parenthesis
Release v1.16.3
- Issue #66: Generic Mapper: a pipe char in the source interferes with the complete mapping