|
@@ -7,7 +7,7 @@ This crate formats rsx! by parsing call bodies and pretty-printing them back out
|
|
# Todo:
|
|
# Todo:
|
|
Sorted roughly in order of what's possible
|
|
Sorted roughly in order of what's possible
|
|
|
|
|
|
-- [ ] Oneline rsx! calls - blocker because this wrecks formatting
|
|
|
|
|
|
+- [x] Oneline rsx! calls - blocker because this wrecks formatting
|
|
- [ ] Nested RSX calls (important) - unnecessary but desirable
|
|
- [ ] Nested RSX calls (important) - unnecessary but desirable
|
|
- [ ] RSX edits overstepping each other
|
|
- [ ] RSX edits overstepping each other
|
|
- [ ] Collapse components and elements under syntax -
|
|
- [ ] Collapse components and elements under syntax -
|