Disable function tips, suggestions, help pop-up in Editor R2021b macOS
Show older comments
I would like to turn off the function suggestions that pop up while typing in the editor. This used to be accomplished in Preferences>Keyboard> and deselecting Function Hints, but that is no longer there. Did not seem like a logical place for that preference, I will admit, but I cannot find it anywhere now.
Answers (2)
Jacky Tsai
on 6 Apr 2022
Edited: Jacky Tsai
on 6 Apr 2022
1 vote
@Dirk, would you mind trying this:
- Go to Preferences
- In the menu on the left, click into MATLAB > Editor/Debugger > Automatic Completions
- Under Suggestions and completions, check Show on tab
- Click OK
This will stop the function suggestions from popping out automatically while typing, unless you explicitly hit <tab> key.

9 Comments
Nidhi Jain
on 7 Apr 2022
Hello @Dirk
Thank you for the very helpful feedback. As Srijith and Jacky mentioned, unfortunately there is no way to only disable the function hints in the editors. I have captured your feedback.
I do have a follow-up question for you - Is there ever a case where you would like to see the function hints? I see that in the screenshot above you are editing an exisitng line of code and I can see how the function hints interfere with that. But, if you were typing a function call from scratch, would you still want it to not show?
As a temporary workaround, you could hit escape and function hints will not show up while you are editing that function call at least.
Dirk
on 7 Apr 2022
Michael Bowles
on 10 Jul 2022
Edited: Michael Bowles
on 10 Jul 2022
@Nidhi Jain Hi Nidhi, I would like to echo my deep frustration and to answer your question
- "Is there ever a case where you would like to see the function hints?"
Only in one case would I ever want to see the help: if I have asked for it (i.e. activiated it in my preferences). This may change daily (I don't suspect I would ever want this, but.. granting that someone might) it should be up to the user.
Why try to predict when people want it? First version of this should be a simple "on/off" button.
Andre
on 29 Sep 2022
It is indeed very disruptive. I have tried many ways to disable these suggestions.
Jordan Pierce
on 9 Dec 2022
Agreed, there needs to be a way to turn this off in the editor.
Matthew Cooper
on 30 Dec 2022
Agreed, this is very disruptive to writing functions. Especially if tabs are used to align blocks of code for readability, due to the delay caused by the pop up window. On the other hand, it is nice to have the syntax reminders once a function is finished and a syntax reminder is needed. The ability to add a shortcut to toggle this pref on or off would be ideal.
Juergen Lisenfeld
on 1 Sep 2023
I agree that Matlab became very annyoing in the recent versions due to all the things that pop up or suggest corrections. The function hints are hiding the previous code lines, but I need to see those to come up with the next code line. It took also long time to find this option, as imho a "function hint" has nothing to do with "autocompletion" or "suggestions and completions".
Seth
on 7 Jan 2025
Thanks for this pointer! I find the automatic hints incredibly annoying and distracting, and never helpful. If I want to read the help, I'll read it! Also, they don't have anything to do with "automatic completions".
Srijith Kasaragod
on 6 Apr 2022
0 votes
In MATLAB R2021b, the option to disable function syntax hints in the MATLAB editor is no longer supported.
However, you can disable function syntax hints in the MATLAB Command Window. You can also choose Code Suggestions and Completions to only appear after the you press the tab key (which are similar to, but not the same thing as function syntax hints).
Regards,
Srijith
Categories
Find more on Entering Commands 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!