How to disable visual popup displaying offscreen line of the code block beginning ?
已回答
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 ?
请先登录再写评论。
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: