How to disable visual popup displaying offscreen line of the code block beginning ?
Answered
Sample:
fn very_long_method() {
...
}
In Editor view if you place caret at the last bracket and the whole method body doesn't fit the screen, then - visual popup is raising and depicts first line of a code block / method ( fn very_long_method() {
in the example). www.myccpay.com
How to disable this popup ?
Please sign in to leave a comment.
Not sure it is possible by means of UI or IDE registry, but let me check anyway.
You can only get rid of the scope hint by disabling the option to highlight matching braces under File | Settings | Editor | Code Editing: