Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use tab autocompletion in matlab? #29

Open
jorgesca opened this issue May 7, 2019 · 1 comment
Open

Is it possible to use tab autocompletion in matlab? #29

jorgesca opened this issue May 7, 2019 · 1 comment

Comments

@jorgesca
Copy link

jorgesca commented May 7, 2019

I noticed that tab autocompletion works if I launch matlab with "matlab -nodesktop -nosplash" in a terminal, but it doesn't when launched from neovim or directly from the supplied script. Is there a specific reason for that, can it be enabled?
In case it matters, this is in Linux

@tdy
Copy link
Contributor

tdy commented Feb 18, 2020

Very late response, but just in case you still have this issue, make sure you have the pexpect module:

  1. Install pexpect for improved interactivity with the MATLAB console (e.g. tab completion):
    pip3 install pexpect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants