angular/packages/language-service/test
Paul Gschwendtner 5c4305f024 feat(language-service): support migrating full classes to signal inputs in VSCode (#57975)
This commit expands the VScode integration of the signal input migration
to allow migration of full classes and all their inputs. This enables a
faster workflow than just migrating every member individually.

In addition, we now properly support migrating classes that are
unexported and no actual metadata is available in `ngtsc` (but this is
fine for the migration).

PR Close #57975
2024-09-30 13:29:21 -07:00
..
legacy fix(compiler-cli): correctly get the type of nested function call expressions (#57010) 2024-09-26 14:13:03 -07:00
adapters_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
BUILD.bazel build: move language-service utils into its own bazel target (#57214) 2024-08-29 07:50:40 -07:00
code_fixes_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
compiler_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
completions_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
definitions_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
diagnostic_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
get_outlining_spans_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
get_template_location_for_component_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
gettcb_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
quick_info_spec.ts fix(compiler-cli): correctly get the type of nested function call expressions (#57010) 2024-09-26 14:13:03 -07:00
references_and_rename_spec.ts fix(compiler-cli): correctly get the type of nested function call expressions (#57010) 2024-09-26 14:13:03 -07:00
signal_input_refactoring_action_spec.ts feat(language-service): support migrating full classes to signal inputs in VSCode (#57975) 2024-09-30 13:29:21 -07:00
signature_help_spec.ts fix(compiler-cli): correctly get the type of nested function call expressions (#57010) 2024-09-26 14:13:03 -07:00
ts_utils_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
type_definitions_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00