Does anyone have experience running Typescript LSP on a largish code base (~250k loc). I'm having terrible performance, takes 10s seconds of hammering the CPU after any change is done for the types to become available for hover and autocomplete.
This happens in all the editors I've tried - sublime text, zed, vscode.
Trying typescript-go in vscode is a little bit better but still virtually unusably slow. And I'd rather not be stuck in vscode if possible.