You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completion inside a comment performance varies quite significantly (from 0.01s to ~0.3s)[0] seemingly depending on the context of the comment. Here is test for scenario that I noticed while using emacs+racer:
fnmain(){// writing in this comment is fine}structA{}implA{fnf(){// writing in this comment is brokenlet x = 0;}fng(){// writing in this comment is fine}}
Completion in "// writing in this comment is broken" takes significantly longer than in the other two comments. Removing "let x = 0;" makes it comparably fast.
Completion inside a comment performance varies quite significantly (from 0.01s to ~0.3s)[0] seemingly depending on the context of the comment. Here is test for scenario that I noticed while using emacs+racer:
Completion in "// writing in this comment is broken" takes significantly longer than in the other two comments. Removing "let x = 0;" makes it comparably fast.
[0] racer-rust/emacs-racer#6
The text was updated successfully, but these errors were encountered: