FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

aminya/Matlab-Snippets: Generate Matlab snippets for Atom and VSCode · GitHub

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

# cd to this project then:
using Pkg; Pkg.activate("."); Pkg.instantiate();
include("matlab2atom.jl")

About

Generate Matlab snippets for Atom and VSCode

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL