language-tools: Slow suggestions

Using Volar, auto completion become unusable because it can takes seconds to display the suggestion, when, most of the time you already have finished typing. I’ve seen #455 but i don’t know if it’s linked, i tested with every extension disabled other than volar 0.27.21

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 5
  • Comments: 33 (11 by maintainers)

Commits related to this issue

Most upvoted comments

It seem typescript-language-features has additional completion cache logic, will try to implement, but it’s not easy.

@CrystalWindSnake I think you received 2 responses because you get a incomplete completion result when you typed i. When you typed m, TS calculate the complete result.

0.27.5 has related changes, please let me know if it’s effect to you.

Thank you, hope volar will get better and better

maybe it’ll be easier like this, here is my current repo https://github.com/Zenthae/seer/tree/v2 i invited you so you should be able to clone it to test