- 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
Disable function tips, suggestions, help pop-up in Editor R2021b macOS
68 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(2 个)
Jacky Tsai
2022-4-6
编辑:Jacky Tsai
2022-4-6
@Dirk, would you mind trying this:
This will stop the function suggestions from popping out automatically while typing, unless you explicitly hit <tab> key.
8 个评论
Matthew Cooper
2022-12-30
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
2023-9-1
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".
Srijith Kasaragod
2022-4-6
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!