FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

Starts saturating CPU when functions with double backticks are used

Open adam-becker opened this issue 4 years ago • 0 comments

The Hedgehog library has xunit tests that look like this:

[<Fact>]
let ``unicode doesn't return any surrogate`` () = // ...

When editing these files with ionide, I get very high CPU usage, and the editor itself eventually crashes. If I don't open files with double backticks in them, this doesn't happen.

adam-becker avatar Jan 17 '21 23:01 adam-becker