Compare commits

...

4 Commits

Author SHA1 Message Date
Visarut Phusua 31dc800172
Merge 92c9a50b99 into 95e0d5c41f 2023-10-12 10:38:51 +02:00
Valerii Iatsko 95e0d5c41f
Merge pull request #403 from oliverjhyde/master
Add Mathworks MATLAB extenison.
2023-08-03 09:42:23 +02:00
Oliver Hyde f13e415778 Add Mathworks MATLAB extenison. 2023-06-21 19:25:57 +01:00
Visarut Phusua 92c9a50b99
Add Cointy 2021-05-04 17:12:19 +07:00
1 changed files with 28 additions and 0 deletions

View File

@ -57,6 +57,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Facebook Flow](#facebook-flow)
- [TypeScript](#typescript)
- [Debugger for Chrome](#debugger-for-chrome-1)
- [MATLAB](#matlab)
- [Markdown](#markdown)
- [markdownlint](#markdownlint)
- [Markdown All in One](#markdown-all-in-one)
@ -161,6 +162,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [CodeRoad](#coderoad)
- [Code Runner](#code-runner)
- [Code Time](#code-time)
- [Cointy](#cointy)
- [Color Highlight](#color-highlight)
- [Output Colorizer](#output-colorizer)
- [Dash](#dash)
@ -260,6 +262,7 @@ Language packages extend the editor with syntax highlighting and/or snippets for
- [KL](https://marketplace.visualstudio.com/items?itemName=melmass.kl)
- [Kotlin](https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin)
- [LaTeX](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support)
- [MATLAB](https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab)
- [Mason](https://marketplace.visualstudio.com/items?itemName=viatsko.html-mason)
- [openHAB](https://marketplace.visualstudio.com/items?itemName=openhab.openhab)
- [Parser 3](https://marketplace.visualstudio.com/items?itemName=viatsko.parser3)
@ -465,6 +468,25 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod
> A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol.
## [MATLAB](https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab)
> 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.
Without MATLAB installed:
- Syntax highlighting
- Code snippets
- Commenting
- Code folding
![Without MATLAB Installed](https://github.com/mathworks/MATLAB-extension-for-vscode/raw/HEAD/public/BasicFeatures.gif)
With MATLAB installed:
- Automatic code completion
- Source code formatting (document formatting)
- Code navigation
- Code analysis, such as continuous code checking and automatic fixes
![MATLAB Installed](https://github.com/mathworks/MATLAB-extension-for-vscode/raw/HEAD/public/AdvancedFeatures.gif)
## Markdown
### [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
@ -1032,6 +1054,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
![Code Time](https://camo.githubusercontent.com/918d2dfc585074f3b20566723f3ab8ce32e9d23e/68747470733a2f2f737764632d7673636f64652e73332d75732d776573742d312e616d617a6f6e6177732e636f6d2f636f64652d74696d652d66656174757265732e706e67)
## [Cointy](https://marketplace.visualstudio.com/items?itemName=aofdev.cointy)
> A check for cryptocurrency prices as you code.
![Cointy](https://raw.githubusercontent.com/aofdev/vscode-cointy/main/demo-vscode-cointy.gif)
## [Color Highlight](https://marketplace.visualstudio.com/items?itemName=naumovs.color-highlight)
> Highlight web colors in your editor