| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
/// Whether experimental Go-specified Interactive Forms (that can be used bynit: I'd remove this adjective. The goal is to eventually make this a standard, so it would be better not to paint it as something specific to one language (server).
/// Tests running using the new (Go-specified) interactive forms refactorsDitto
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Patch set 2 are the changes, and PS3 is just a rebase on the parent to clear the merge conflict status.
/// Whether experimental Go-specified Interactive Forms (that can be used bynit: I'd remove this adjective. The goal is to eventually make this a standard, so it would be better not to paint it as something specific to one language (server).
Done, here and in a few other places.
/// Tests running using the new (Go-specified) interactive forms refactorsDanny TuppenyDitto
Done
- Plugins: This functionality can be extended by third party analyzer plugins.I also dropped this column in this CL since I had it open and was making minor changes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[analysis_server] Add command/resolve to support using Interactive Forms in refactors
This adds support for the `command/resolve` request to support the new Interactive Forms functionality, and updates the refactor processes to use it instead of the original protocol when the client indicates support.
Currently only the "Move to File" refactor uses this functionality (matching the previous version) and it requires the `dart.experimentalInteractiveForms` setting be enabled for it to be used (in case we find bugs while developing the front-end that require incompatible changes).
Fixes https://github.com/dart-lang/sdk/issues/63371
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |