Skip to content

Commit e97d155

Browse files
authored
Merge pull request #68 from mathworks/dklilley-release-1.1.4
Release v1.1.4
2 parents fec95c9 + 08627dd commit e97d155

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.4] - 2023-10-16
11+
12+
### Added
13+
- Outline now includes section headers
14+
1015
## [1.1.3] - 2023-09-13
1116

1217
### Fixed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# MATLAB extension for Visual Studio Code
2-
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/MATLAB-extension-for-vscode)
3-
42
This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
53

64
You can use this extension with or without MATLAB installed on your system. However, to make use of the advanced code-editing features of the extension, you must have MATLAB R2021a or later installed. For more information, see the [Get Started](#get-started) section.
75

6+
For an overview of the major features of this extension, you can watch the [Introducing the New MATLAB Extension for Visual Studio Code](https://www.youtube.com/watch?v=kYTBAr9LlGg) video.
7+
88
## Installation
99
You can install the extension from within Visual Studio Code or download it from [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab). After installing the extension, you might need to configure it to make full use of all the features. For more information, see the [Configuration](#configuration) section.
1010

@@ -26,6 +26,7 @@ If you have MATLAB R2021a or later installed on your system, you have access to
2626
* Source code formatting (document formatting)
2727
* Code navigation
2828
* Code analysis, such as continuous code checking and automatic fixes
29+
* Code outline
2930

3031
![MATLAB Extension Demo](public/AdvancedFeatures.gif)
3132

@@ -42,12 +43,10 @@ For example, run the `matlabroot` command in the MATLAB Command Window.
4243
matlabroot
4344
ans =
4445
'C:\Program Files\MATLAB\R2022b'
45-
4646
```
4747
In the extension settings, set the `matlab.installPath` setting to the value returned by the `matlabroot` command.
48-
```
49-
matlab.installPath = "C:\Program Files\MATLAB\R2022b"
50-
```
48+
49+
![MATLAB Install Path Setting](public/InstallPathSetting.png)
5150

5251
### MATLAB Index Workspace Setting
5352
By default, the extension indexes all the MATLAB code files (`.m`) in your current workspace. Indexing allows the extension to find and navigate between your MATLAB code files.

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
@@ -4,7 +4,7 @@
44
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
55
"icon": "public/L-Membrane_RGB_128x128.png",
66
"license": "MIT",
7-
"version": "1.1.3",
7+
"version": "1.1.4",
88
"engines": {
99
"vscode": "^1.67.0"
1010
},

public/InstallPathSetting.png

12.8 KB
Loading

syntaxes

Submodule syntaxes updated 1 file

0 commit comments

Comments
 (0)