From: Tzu-Yu L. <lee...@gm...> - 2020-03-07 08:46:46
|
Hello, I am new to emacs and trying to setup emacs for editing matlab files. I installed the matlab-mode package from MELPA using spacemacs configuration. I managed to have TAB-completion in the matlab edit mode by enabling "semantic-mode". However, the completion listing only contains the symbols that have been used in the current buffer. I am wondering is it possible for the autocompletion to list built-in functions from matlab? Am I missing something in my configurations? The following are the lines that I added in my configuration file: (matlab-cedet-setup) (add-to-list 'load-path "/usr/local/MATLAB/R2019b/bin") (add-hook 'matlab-mode-hook 'auto-complete-mode) Thanks, Tzu-Yu |