Skip to content

Commit 2438e0e

Browse files
committed
Move voted items in to sprint
1 parent 840d33e commit 2438e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/todo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ within the same impact tier.
3333
| L18 | [`Macroable::mixin()` registrations](todo/laravel.md) | Low | Medium |
3434
| L1 | [Facade completion](todo/laravel.md#l1-facade-completion-upstream-method-template-improvement) | High | High |
3535
| D10 | [PHPMD diagnostic proxy](todo/diagnostics.md#d10-phpmd-diagnostic-proxy) | Low | Medium |
36+
| F8 | [Test ↔ implementation navigation via `@covers`](todo/lsp-features.md#f8-test-implementation-navigation-via-covers) | Low | Medium |
37+
| A39 | [Convert to string interpolation](todo/actions.md#a39-convert-to-string-interpolation) (`'Hello ' . $name``"Hello $name"`) | Low | Low |
3638

3739
## Sprint 7 — 1.0 release & IDE extensions
3840

@@ -116,7 +118,6 @@ unlikely to move the needle for most users.
116118
| A34 | [Unified code action handler architecture](todo/actions.md#a34-unified-code-action-handler-architecture) (closure-based resolve, unified fix type) | Medium | Medium-High |
117119
| A37 | [Simplify with `?->`](todo/actions.md#a37-simplify-with-nullsafe-operator) (replace null-checked chains with the nullsafe operator) | Low-Medium | Medium |
118120
| A38 | [Convert if/elseif chain to switch](todo/actions.md#a38-convert-ifelseif-chain-to-switch) | Low-Medium | Medium |
119-
| A39 | [Convert to string interpolation](todo/actions.md#a39-convert-to-string-interpolation) (`'Hello ' . $name``"Hello $name"`) | Low | Low |
120121
| A43 | [Update docblock generics](todo/actions.md#a43-update-docblock-generics) | Low | Low-Medium |
121122
| | **[PHPStan Code Actions](todo/phpstan-actions.md)** | | |
122123
| H4 | `assign.byRefForeachExpr` — unset by-reference foreach variable | Medium | Medium |
@@ -148,7 +149,6 @@ unlikely to move the needle for most users.
148149
| F14 | [Helix upstream PR](todo/lsp-features.md#f14-helix-upstream-pr) (depends on F13) | Low-Medium | Low |
149150
| F3 | [Incremental text sync](todo/lsp-features.md#f3-incremental-text-sync) | Low-Medium | Medium |
150151
| F16 | [On-type `}` brace de-indent](todo/lsp-features.md#f16-on-type-brace-de-indent) | Low | Low |
151-
| F8 | [Test ↔ implementation navigation via `@covers`](todo/lsp-features.md#f8-test-implementation-navigation-via-covers) | Low | Medium |
152152
| F19 | [Connect to a remote/TCP language server](todo/lsp-features.md#f19-connect-to-a-remotetcp-language-server-vs-code-extension) | Low | Low-Medium |
153153
| | **[Signature Help](todo/signature-help.md)** | | |
154154
| S1 | [Attribute constructor signature help](todo/signature-help.md#s1-attribute-constructor-signature-help) | Medium | Medium |

0 commit comments

Comments
 (0)