문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top