Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate autocomplete suggestions with atom-typescript #271

Closed
albert200000 opened this issue May 1, 2021 · 1 comment
Closed

Duplicate autocomplete suggestions with atom-typescript #271

albert200000 opened this issue May 1, 2021 · 1 comment

Comments

@albert200000
Copy link

Prerequisites

  • Atom 1.56
  • this package
  • atom-typescript package
  • enable javascript support in atom-typescript

Description

Screenshot from 2021-05-01 19-40-16

Steps to Reproduce

  1. Open lib/autocomplete-paths.js
  2. Try to get completion for import
@aminya
Copy link
Member

aminya commented May 10, 2021

atom-typescript only provides completion if you are searching for a file in the same directory. But autocomplete-path does fuzzy searching over the whole project. So, these are not actually duplicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants