remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

editor freezes on large files

Open bunsenstraat opened this issue 2 years ago • 2 comments

Parsing larger files, not compiling, but parsing the current file can take long and block the editor while typing. Need to put that in a worker.

bunsenstraat avatar Sep 04 '22 17:09 bunsenstraat

I think this is an issue with Chrome

iamsethsamuel avatar Sep 05 '22 13:09 iamsethsamuel

I think this is an issue with Chrome

No it's the internal parser which blocks the browser. It can be turned off by turning off autocomplete/show gas/display errors in the settings of Remix. An update will be available soon to fix the issue.

bunsenstraat avatar Sep 06 '22 06:09 bunsenstraat