Myriad-Dreamin / tinymist

Tinymist [ˈtaɪni mɪst] is an integrated language service for Typst [taɪpst].
https://myriad-dreamin.github.io/tinymist
Apache License 2.0
544 stars 27 forks source link

fix: avoid duplicated method completion #349

Closed Myriad-Dreamin closed 3 months ago

laurmaedje commented 3 months ago

doesn't this drop purely mutable methods like array.push? (compared to methods which can be both like array.at)

Myriad-Dreamin commented 3 months ago

@laurmaedje I'm not confident on whether it is absolutely correct to just remove the code for fix. But we are still completing array.push.

image