Hello everyone! I have the problem: when displaying search results (ctrl+shift+F), some lines are not completely displayed. Some characters are skipped. How to fix this?
Summary
These lines have no special features in the source file.
Hello everyone! I have the problem: when displaying search results (ctrl+shift+F), some lines are not completely displayed. Some characters are skipped. How to fix this?
These lines have no special features in the source file.
Find-in-files doesn’t show full files, only the regions of the files that contain matches. You can control how much context is given using the "find_in_files_context_lines"
and
"find_in_files_context_characters"
settings.
I’ve set “find_in_files_context_characters”: 3000 and got the best result! Thank you!