indentguide icon indicating copy to clipboard operation
indentguide copied to clipboard

Plugin crashes with big text files.

Open HugoRoss opened this issue 3 years ago • 0 comments

Steps to reproduce:

  • Create a text file containing all file paths of drive C: like this (in a command line):

DIR C:*.* /S /B >C:\Temp\DiskContent.txt

(it takes quite a while)

  • Open "C:\Temp\DiskContent.txt" in Visual Studio

If "Indent Guides" is disabled, I easily searches my 2.2 million lines. If "Indent Guides" is enabled, the plugin crashes and the GUI becomes unresponsive.

HugoRoss avatar Apr 14 '21 13:04 HugoRoss