sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

Add auto-completion to functions #500

Closed alec-hoyland closed 4 years ago

alec-hoyland commented 4 years ago

https://www.mathworks.com/help/matlab/matlab_prog/customize-code-suggestions-and-completions.html

https://undocumentedmatlab.com/articles/user-defined-tab-completions-take-2

sg-s commented 4 years ago

There is some auto-complete built in already...

see: https://github.com/sg-s/xolotl/blob/master/functionSignatures.json

sg-s commented 4 years ago

It would be nice if add() supported auto-completion...

sg-s commented 4 years ago

add() now supports auto-completion