-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Typescript Find All References stopped finding references 1.30.0 #65102
Comments
(Experimental duplicate detection)
|
Ah! Is this dependent on some parsing process running in the background? It has started working now after a few minutes. Maybe an indication that the feature may work after the project is processed, with an indication of progress (maybe). Thanks for the great tool. |
Was there an |
Hi I did not see the spinner. I did specifically look to see if something was going on in the background. Yes I do have a tsconfig.json. Multiple actually. The project is an angular project with multiple (2) apps and several libraries. Each app/lib has a tsconfig.json. FYI we are using the ng tooling extension by nrwl called nx. |
Do you have an example project that you can share or can you describe the project layout (along with contents of the |
I'm also seeing this with a multiple tsconfig.json setup. (Even though technically all of them should be "joined" via a root tsconfig.json that uses project references.) Here's a minimal repro of my setup: https://github.com/dcecile/typescript-references-test
|
I'm facing this issue in an Angular 7 project after the recent VS code update, it did work in the previous version though.
|
I have the similar issue, and I narrow down the issue to: only the BTW, My vscode version is |
The |
@qlqllu @enzy @dcecile Please open new issues. @mdenson-dayspring If you are still seeing this issue in the latest VS Code insider, let me know. Please include more information about your project contents and structure |
@mjbvz the issue (not finding all references of a given symbol throughout the whole workspace) seems to happen on projects with multiple tsconfig.json files. I have an Angular NX Workspace with several libraries in it. Navigation features like find all references, lint messages and errors and warnings never seem to be collected througout the whole workspace. In simple TS projects I never experience those issues. |
@achimschrepfer @qlqllu I created #69001 hoping to track this multiple tsconfig.json issue |
Issue Type: Bug
This is an awesome feature that I used extensively when it was the preview List All References.
With the latest release it stopped finding references with TS. I am able to command click from a reference to the definition (cool) but the Find all References doesn't list the use I just came from
VS Code version: Code 1.30.0 (c6e592b, 2018-12-11T22:22:15.793Z)
OS version: Darwin x64 18.2.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (1)
The text was updated successfully, but these errors were encountered: