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

[Feature Request] Autocomplete user-defined functions. #43

Open
jyhong836 opened this issue Apr 1, 2018 · 2 comments
Open

[Feature Request] Autocomplete user-defined functions. #43

jyhong836 opened this issue Apr 1, 2018 · 2 comments

Comments

@jyhong836
Copy link

The autocompletion/snippet is not enough for coding.

  1. Some weird completion:
  • When I type print, it will complete fprintf. But when I type fprintf, nothing comes up.
  • Many built-in functions are not supported, e.g., bsxfun ceil, although they get highlighted.
  1. Can not autocomplete the user-defined functions.

I found the same problem in Sublime Matlab plugin. I guess possibly it is difficult to implement.
But the second function is really useful when writing a large project. A sublime implementation is: MatlabFilenameAutoComplete.

@Gimly
Copy link
Owner

Gimly commented Apr 16, 2018

Thanks for the link to the Sublime implementation, I will take a look and see what I can do here.

@PabloLION
Copy link

just a tips:
we can see all the function names with
edit pathdef.m
in matlab console.

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

No branches or pull requests

3 participants