How to turn on the function hint?
25 views (last 30 days)
Show older comments
student2015
on 19 Jan 2015
Commented: Walter Roberson
on 17 Aug 2019
Hi!
As I know by default the function syntax hint is already on, but when I am typing in command window nothing showing up. I check in Preferences option making sure that the function hint is enabled.
I tried to re-install the MATLAB still doesn't work.
Please help.
0 Comments
Accepted Answer
Stephen23
on 9 Jul 2015
Edited: Stephen23
on 10 Jul 2015
Syntax hinting and function completion are available in both the Command Window and Editor, and are on by default:
The documentation states:
"To use function syntax hints, type a function name with an opening parenthesis, and then pause. A tooltip opens showing the basic syntax for the function"
"To complete names in the Command Window, type the first few characters of the name you want to complete, and then press the Tab key."
The documentation also tell us how to turn it on and off: "Function hints are enabled by default. To change this setting, on the Home tab, in the Environment section, click Preferences. Select MATLAB > Keyboard, and then set the options for Function hints."
2 Comments
Sergio Sanz
on 16 Aug 2019
Hello:
I have the same problem with the 2019 version. I've tried everything I've found in Mathworks and over the internet, I've installed the last version 2019a (5), and the last Java Version available and it's still not working the auto code suggestions nor the copletions unless I press on Tab key ( as I can see in the online version the suggestions appears while you type without pressing the tab key)
I can see how that feature should work in the web version, which I'm using for a tutorial, and I can say that would be great and very helpful if I could use it in the desktop version.
I'd appreciate very much if you could help me with this issue.
Thenx!
Sergio Sanz.
More Answers (1)
Daniel Vela
on 21 Nov 2018
you can also press ctrl+F1 while inside the parenthesis to make it pop out.
0 Comments
See Also
Categories
Find more on Interactive Control and Callbacks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!