Sublime Forum

Folder browsing for imports?

#1

Does anyone know if there’s a plugin to support folder selection for imports like VSCode that’s all keyboard driven?

0 Likes

#2

LSP + LSP-typescript can do this. It provides far more things though.

0 Likes

#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

#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

#5

Thanks, I’ll give it a try. I’m a reluctant TypeScript coder :joy: Much easier with plain old JavaScript

0 Likes