Sublime Forum

Es6 import paths autocompletion in SublimeText

#1

Hi guys,

Is there any existing package that provides import path autocompletion similar to vscode? I’m not a huge fan of intellisense and autocompletion but this one would be really nice one to have.

In the past I’d coded a sublime plugin that computes relative paths between several selected files on the explorer but this was more of hack. I don’t know how vscode does this sort of autocompletion but it’s extremely powerful and fast giving you a list of folders while you’re typing.

Thanks.

0 Likes

#2

maybe try LSP-typescript.

2 Likes

#3

LSP does a decent job although it defaults to an absolute rather than relative path quite a bit of the time.

0 Likes