Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aminya/matlab-snippets

Generate Matlab snippets for Atom and VSCode
https://github.com/aminya/matlab-snippets

atom autocomplete code cson json matlab snippet snippets vscode

Last synced: 6 days ago
JSON representation

Generate Matlab snippets for Atom and VSCode

Awesome Lists containing this project

README

        

# Matlab-Snippets
Generate Matlab snippets for Atom and VSCode

Uses Matlab's original JSON and XML files to generate the snippets.

Snippets contain:
- function description
- function prototype
- link to help
- function toolbox name

# How to use
Snippets are available in snippets folder (Atom and VSCode)

# How to generate
You need to install Julia language, then:
```julia
# cd to this project then:
using Pkg; Pkg.activate("."); Pkg.instantiate();
include("matlab2atom.jl")
```