piersolenski / telescope-import.nvim

Import modules with ease
186 stars 8 forks source link

LSP reinvented #10

Closed hinell closed 10 months ago

hinell commented 10 months ago

This could have been a standalone LSP! :smirk:

piersolenski commented 10 months ago

Not all languages have the same support for LSP, and not everyone uses the LSP. If I'm in Typescript land, I often use a code action to import a missing module, whereas if I'm in Javascript land, that's not an option. I also found it useful to be able to import recurring patterns of multiple imports, rather have to import each one individually. It's a plugin I made for myself, and other people have started using, you're under no obligation to use it yourself.

hinell commented 10 months ago

I mean it's fine. Just saying that this kind of "completion" overlaps with LSP functionality. Nice plugin anyway! Cheers!