Does anyone know if there’s a plugin to support folder selection for imports like VSCode that’s all keyboard driven?
Folder browsing for imports?
IPWright83
#3
Hmm, I’m currently using the Typescript plugin. Looks like it has a lot of cross over with the LSP-Typescript plugin?
0 Likes
jfcherng
#4
Typescript plugin is old. LSP is the future. There is no reason for MS to maintain that plugin anymore honestly. Even MS goes on, LSP is still a growing community.
The current recommended combo is simply LSP + LSP-typescript, with built-in syntax, if you are using ST 4. But I am not a typescript coder, I’ve just seen people asking this question so many times.
0 Likes
IPWright83
#5
Thanks, I’ll give it a try. I’m a reluctant TypeScript coder Much easier with plain old JavaScript
0 Likes