https://github.com/bat67/matlab-extension-pack
Popular Visual Studio Code extensions for Matlab
https://github.com/bat67/matlab-extension-pack
extension extension-pack matlab vscode vscode-extension vscode-extensionpack
Last synced: about 1 month ago
JSON representation
Popular Visual Studio Code extensions for Matlab
- Host: GitHub
- URL: https://github.com/bat67/matlab-extension-pack
- Owner: bat67
- License: other
- Created: 2019-01-02T02:14:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T14:14:00.000Z (about 6 years ago)
- Last Synced: 2025-03-14T18:37:26.887Z (over 1 year ago)
- Topics: extension, extension-pack, matlab, vscode, vscode-extension, vscode-extensionpack
- Homepage: https://marketplace.visualstudio.com/items?itemName=bat67.matlab-extension-pack#overview
- Size: 139 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.md
Awesome Lists containing this project
README
# Matlab Extension Pack
- [Matlab Extension Pack](#matlab-extension-pack)
- [Introduction](#introduction)
- [How to install](#how-to-install)
- [Extensions Included](#extensions-included)
- [Contributing](#contributing)
## Introduction
- This extension pack packages some of the most popular (and some of my favorite) Matlab extensions.
- Hope these will make Matlab code writing easier and fun.
## How to install
- open [this website](https://marketplace.visualstudio.com/items?itemName=bat67.matlab-extension-pack#overview) and click "Install"
## Extensions Included
* [MATLAB for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Gimly81.matlab) - This extension adds language support for MATLAB to Visual Studio Code: colorization, snippets, and code checking.
* [Matlab Code Run](https://marketplace.visualstudio.com/items?itemName=bramvanbilsen.matlab-code-run) - Running code straight from VS Code without having to open the full Matlab GUI.
* [Matlab Interactive Terminal](https://marketplace.visualstudio.com/items?itemName=apommel.matlab-interactive-terminal) - This extension allows users to launch Matlab scripts and have a working Matlab REPL directly included in Visual Studio Code.
* [matlab-formatter](https://marketplace.visualstudio.com/items?itemName=AffenWiesel.matlab-formatter) - Indent and format MATLAB code. Also usable as standalone without VScode.
* [MatlabSnippets](https://marketplace.visualstudio.com/items?itemName=slaier.matlab-complete) - All the snippets of R2019a.
* [MATLAB Selection Runner for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=eamonbell.matlab-runner) - This extension gives Visual Studio Code the ability to run selected MATLAB code and show the output in a terminal window. ***This extension is now off the store for some reason. For more detail see* [this issue](https://github.com/bat67/matlab-extension-pack/issues/1).**
## Contributing
- Bugs, feature requests, and more, in [GitHub Issues](https://github.com/bat67/matlab-extension-pack/issues).
- Or write a review on [vscode marketplace](https://marketplace.visualstudio.com/items?itemName=bat67.matlab-extension-pack#review-details).
- Open a PR is also OK and I'd be happy to take a look.
**Enjoy!**