Question

I've recently started using Sublime Text 2 to edit my Matlab files (.m) as I was frustrated with its build-in editor.

I was wondering, is there anyway to have the tab-completion of the native editor (for functions and commands) in Sublime Text?

Était-ce utile?

La solution

I think you'll have to create the snippets for those matlab functions you want tab-completed in ST2. As far as I know, there is not an existing library available.

For example, from my ST2:

enter image description here

Autres conseils

Inspired by Flom Enol's question, I created a library of snippets for the MATLAB standard toolbox. They can be found here

Currently, there are roughly 4000 snippets in this library. I am hoping to add additional toolboxes and incorporate the libraries into ST2's "Package Control" in the near future.

Hope these are useful.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top