Compare commits

...

4 Commits

Author SHA1 Message Date
Vitaly a9e696c1d1
Merge f7bef89630 into 95e0d5c41f 2023-08-08 19:17:50 +03: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
Vitaly Turovsky f7bef89630 add Better Snippets 2022-01-02 01:18:08 +03:00
1 changed files with 28 additions and 2 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)
@ -87,6 +88,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [ARM Template Viewer](#arm-template-viewer)
- [Azure Cosmos DB](#azure-cosmos-db)
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Better Snippets](#better-snippets)
- [Bookmarks](#bookmarks)
- [Browser Preview (deprecated)](#browser-preview)
- [Color Tabs](#color-tabs)
@ -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)
@ -269,7 +272,7 @@ Language packages extend the editor with syntax highlighting and/or snippets for
- [Protobuf](https://marketplace.visualstudio.com/items?itemName=peterj.proto)
- [Ruby](https://marketplace.visualstudio.com/items?itemName=groksrc.ruby)
- [Scala](https://marketplace.visualstudio.com/items?itemName=scala-lang.scala)
- [Shaders (*HLSL*, *GLSL*, *Cg*) ](https://marketplace.visualstudio.com/items?itemName=slevesque.shader)
- [Shaders (HLSL, GLSL, Cg)](https://marketplace.visualstudio.com/items?itemName=slevesque.shader)
- [Stylus](https://marketplace.visualstudio.com/items?itemName=sysoev.language-stylus)
- [Swift](https://marketplace.visualstudio.com/items?itemName=Kasik96.swift)
- [VEX](https://marketplace.visualstudio.com/items?itemName=melmass.vex)
@ -319,7 +322,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
## 1C
- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=1c-syntax.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang
- [1C/OScript](https://marketplace.visualstudio.com/items?itemName=1c-syntax.language-1c-bsl) - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и*.os files in VSC, add IntelliSense and syntax helper for 1С lang
## AutoHotkey
@ -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)
@ -632,6 +654,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Code snippets for Azure IoT Hub screenshot](https://raw.githubusercontent.com/formulahendry/vscode-azure-iot-toolkit/master/images/device-explorer.png)
## [Better Snippets](https://marketplace.visualstudio.com/items?itemName=zardoy.better-snippets)
> Alternative to VSCode builtin snippets with more control
## [Bookmarks](https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks)
> Mark lines and jump to them