Tab Completion Hack
There is a way to modify Matlab's functionality to enable tab completion for user-defined functions. If you are interested in enabling tab completion when you call dynare, do the following
Make a backup copy of the TC.xml file, located in matlabroot/toolbox/local
Add the following lines to the bottom of TC.xml, between </binding> and </TC>
<binding name="dynare"> <arg argn="1" ctype="FILE"/> <arg argn="2:15" ctype="VAR" value="noclearall debug notmpterms onlymacro nolinemacro warn_uninit console cygwin msvc parallel_slave_open_mode parallel_test savemacro parallel conffile"/> </binding>
Save TC.xml
- Restart Matlab