Skip to content

Releases: oleg-shilo/codemap.vscode

Release v1.20.5

30 Jan 00:31
Compare
Choose a tag to compare
  • Improved TS mapper algorithm so it handles pure JS class functions for *.js files.
  • Updated all packages

Release v1.20.4

17 Dec 23:25
Compare
Choose a tag to compare
  • Added support Arduino syntax (*.ino files)

Release v1.20.3

19 Jun 11:28
Compare
Choose a tag to compare
  • Added Support PDL2 Files(Comau Robot Language)
    Curtesy of Marco Caputo

Release v1.20.1

18 Mar 10:55
Compare
Choose a tag to compare

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:

image


  • C# Syntaxer upgraded to v3.1.2 to run on .NET 7.0

Release Release v1.20.0

05 Dec 11:48
Compare
Choose a tag to compare
  • 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

02 Dec 07:28
Compare
Choose a tag to compare
  • 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

11 Nov 12:35
Compare
Choose a tag to compare
  • 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

19 Oct 14:49
Compare
Choose a tag to compare
  • 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)

image

After switching the active document the default sorting direction (ascendant) is always restored.

Release v1.16.4

24 Aug 12:41
Compare
Choose a tag to compare
  • Issue #71: Missing Parenthesis

Release v1.16.3

22 Apr 14:03
c5ca051
Compare
Choose a tag to compare
  • Issue #66: Generic Mapper: a pipe char in the source interferes with the complete mapping