-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Repl autocompletion for composite type fields #1773
Comments
I also like this idea a lot. As a first step, I'd add a
I've been using that specific hack for a while now.
|
MATLAB calls this method |
If it is added, it should probably filter out those names that are |
Hmm. I think |
We have |
This would be a natural extension to |
+1 |
+1 |
I know I can find the names of a composite type with
typeof(z).names
but I'd rather the repl do it for me and sprinkle some of its automagic-super-duper-wonderful-tab-completion-dust all over that tuple. :)The text was updated successfully, but these errors were encountered: