Compare commits

...

4 Commits

Author SHA1 Message Date
moser-bot 5b58305bd0
Merge 668c883acc into 95e0d5c41f 2023-09-01 11:46:27 -07: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
moser-bot 668c883acc
Add Xcode Key bindings extension to Readme.md 2022-05-25 12:37:23 -04:00
1 changed files with 26 additions and 0 deletions

View File

@ -27,6 +27,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Migrating from Sublime Text](#migrating-from-sublime-text)
- [Migrating from Visual Studio](#migrating-from-visual-studio)
- [Migrating from Intellij IDEA](#migrating-from-intellij-idea)
- [Migrating from Xcode](#migrating-from-xcode)
- [Camel Humps](#camel-humps)
- [Using VS Code with particular technologies](#using-vs-code-with-particular-technologies)
- [Lint and IntelliSense](#lint-and-intellisense)
@ -57,6 +58,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)
@ -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)
@ -300,6 +303,10 @@ The VSCode team provides keymaps from popular editors, making the transition to
> Popular Intellij IDEA key bindings for VS Code.
## [Migrating from Xcode](https://marketplace.visualstudio.com/items?itemName=stevemoser.xcode-keybindings)
> Popular Xcode key bindings for VS Code.
## [Camel Humps](https://www.damirscorner.com/blog/posts/20190726-CamelHumpsNavigationInVsCode.html)
> Like with Visual Studio and Resharper or Intellij IDEA
@ -465,6 +472,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)