Skip to content

LSP: Path suggestion missing (import/export) #2383

@besserwisser

Description

@besserwisser

Steps to reproduce

Given you are for example in a file src/my-app/index.ts and you have a folder next to the index.ts called lib and in this lib folder a file called test.ts

import { test } from './lib/t
export * from './lib/t

When typing one of the above

Behavior with typescript@5.9

Would suggest to complete to ./lib/test

Behavior with tsgo

Does not suggest file path completion.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions