8000 Import statement completions by andrewbranch · Pull Request #43149 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content

Import statement completions #43149

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

Merged
merged 39 commits into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
60422cb
WIP
andrewbranch Feb 17, 2021
081f564
WIP
andrewbranch Feb 18, 2021
48bfb22
Get completion details working
andrewbranch Mar 3, 2021
9e456b5
Start unifying eager and lazy auto imports
andrewbranch Mar 4, 2021
89dba08
Fix export=
andrewbranch Mar 4, 2021
3a4e275
Fix completion details for totally misspelled names
andrewbranch Mar 4, 2021
12bb1fe
Almost fixed duplication...
andrewbranch Mar 5, 2021
0ae905c
Fix remaining completion tests
andrewbranch Mar 5, 2021
e9f3ec1
Refactor to support multiple origins for same symbol
andrewbranch Mar 5, 2021
b5b58f8
Make import fixes make slightly more sense
andrewbranch Mar 5, 2021
c7e9bc7
Add cache back in
andrewbranch Mar 8, 2021
393fce5
Set insertText based on import kind
andrewbranch Mar 8, 2021
8999db9
Update API baselines
andrewbranch Mar 8, 2021
6c8457b
Add semicolons, snippet support, and sourceDisplay
andrewbranch Mar 11, 2021
db75d56
Add some tests
andrewbranch Mar 12, 2021
6e6c8ff
Update baselines
andrewbranch Mar 12, 2021
6382ece
Fix pattern ambient modules appearing in auto imports
andrewbranch Mar 12, 2021
409fa90
Fix tests
andrewbranch Mar 13, 2021
2ae85af
Remove commented code
andrewbranch Mar 15, 2021
77b6e3d
Switch to valueDeclaration for getting module source file
andrewbranch Mar 15, 2021
5388b30
Small optimizations
andrewbranch Mar 16, 2021
99ec664
Cache module specifiers / importableness and export map separately
andrewbranch Mar 19, 2021
630f200
Fix and test cache invalidation logic
andrewbranch Mar 21, 2021
f60ac89
Update API baselines
andrewbranch Mar 21, 2021
32fccbb
Add separate user preference for snippet-formatted completions
andrewbranch Mar 21, 2021
eb421c0
Require first character to match when resolving module specifiers
andrewbranch Mar 22, 2021
2506173
Merge branch 'master' into feature/31658
andrewbranch Mar 22, 2021
cdb7efd
Fix AutoImportProvider export map cache invalidation
andrewbranch Mar 22, 2021
9976d3f
Really fix auto import provider export map invalidation
andrewbranch Mar 22, 2021
d1afa7a
Merge branch 'master' into feature/31658
andrewbranch Mar 23, 2021
8550be7
Update test added in master
andrewbranch Mar 26, 2021
66caaf2
Use logical or assignment
andrewbranch Mar 26, 2021
d10aa0c
Simply conditional by reversing
andrewbranch Mar 26, 2021
5e868e3
Merge branch 'master' into feature/31658
andrewbranch Mar 26, 2021
9ea1bd4
When file is deleted need to marked correctly in the project as remov…
sheetalkamat Oct 9, 2020
eb52faa
Simplify hasAddedOrRemovedSymlinks with cherry-picked fix
andrewbranch Mar 26, 2021
f7028f6
Merge branch 'master' into feature/31658
andrewbranch Mar 26, 2021
f5df94b
Ensure replacement range is on one line
andrewbranch Mar 26, 2021
badcd83
Update baselines
andrewbranch Mar 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Refactor to support multiple origins for same symbol
  • Loading branch information
andrewbranch committed Mar 5, 2021
commit e9f3ec1b6ced56d06dbb6d788b3e8bf52343a68c
Loading
0