Configuring Custom Aliases for Namespace Imports with Effect LSP
Hey team,
Is there a way to configure custom aliases for namespace imports with Effect LSP?
Meaning, if i wanted to auto-import
Would be nice to be able to have smth like:
Is there a way to configure custom aliases for namespace imports with Effect LSP?
Meaning, if i wanted to auto-import
import * as S from 'effect/Schema'; instead of import * as Schema from 'effect/Schema'; And the same with other modules.Would be nice to be able to have smth like:
