Skip to content

Commit a7a0bbc

Browse files
ww-mwclaude
andcommitted
Drop the Jump-to-Reference Navigation section from README; bump to 1.2.9
Remove the standalone navigation section and the "(see below)" reference, since there is no image below it. The feature is still covered by the hook and feature bullets. Docs only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2b94cb9 commit a7a0bbc

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ It adds a native experience for Simulink file types — a **Simulink Data Explor
1010

1111
- **Read Simulink files without MATLAB or Simulink** — inspect `.slx`, `.sldd`, `.mat`, and `.prj` files anywhere VS Code runs, including on machines and CI agents with no MATLAB install.
1212
- **See how your project fits together** — a relationship tree maps every model, dictionary, and MAT-file and how they reference each other, with at-a-glance health badges for cycles, orphans, and missing references.
13-
- **Click through references like hyperlinks** — jump from a model to the models, dictionaries, and MAT-files it depends on in one click (see below).
13+
- **Click through references like hyperlinks** — jump from a model to the models, dictionaries, and MAT-files it depends on in one click.
1414
- **Edit textual data dictionaries in place** — change values, add elements, and cut/copy/paste entries in a spreadsheet-style table, with native undo/redo and save.
1515

16-
## Jump-to-Reference Navigation
17-
18-
Open a model and its **Model References** and **External Data** appear as links. Click one and the referenced file — a submodel (`.slx`), a linked data dictionary (`.sldd`), or a MAT-file (`.mat`) — opens right away, resolved from your workspace. It's how you'd expect cross-file navigation to work in an editor: follow the dependency chain without hunting through folders.
19-
2016
## Features
2117

2218
### Navigate & understand your models

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simulink-data-explorer",
33
"displayName": "Simulink Data Explorer",
44
"description": "Explore Simulink models, data dictionaries, MAT-files, and projects as interactive tables and relationship trees.",
5-
"version": "1.2.8",
5+
"version": "1.2.9",
66
"publisher": "mathworks",
77
"icon": "media/icon.png",
88
"private": true,

0 commit comments

Comments
 (0)