Tip: Auto complete functions names in expressions #394
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the Studio/Driver Builder and you write an expression ({anything inside curly brackets} or in a Matshell tool), you can use the auto-complete option using the following key combinations:
1. ctrl+space
2. ctrl+. (dot)
3. F12
There are 3 key combinations because in some computers these are already mapped to other applications.
If you use these key combinations when on a word start (nothing is written yet) - you'll get a full list of functions and variable names that you can use.
If you use these key combinations when part of the word is written, one of two will happen:
1. the functions and variables list pop-up will appear, the relevant letters will be marked and the selected item will be the closest one to the existing letters.
Example: write 'any' and then press on the key combination:
2. If there are no ambiguous names - the function name will be completed without opening the list pop-up.
Example: write 'anyco' and press on the key combination - it will auto complete it to 'anycontain'.
Attachments:
Yaniv Kalsky (Yaniv.K) - 02/09/2014 02:05 PM
· 2845 ·
Beta Was this translation helpful? Give feedback.
All reactions