I'm using lsp-sourcekit with company-mode as part of an Doom Emacs configuration.
When I start typing and company wants to present auto completion, the interface freezes for about a second. Then I'm presented with an extremely long list of auto completion possibilities:

This only happens when I start typing. There is no issue, when I've got the type written out and just look for members of the type.
Abc. is working fine and presents the init, Type and self.
I'm using
lsp-sourcekitwithcompany-modeas part of an Doom Emacs configuration.When I start typing and company wants to present auto completion, the interface freezes for about a second. Then I'm presented with an extremely long list of auto completion possibilities:
This only happens when I start typing. There is no issue, when I've got the type written out and just look for members of the type.
Abc.is working fine and presents theinit,Typeandself.