Skip to content

Commit 262db41

Browse files
authored
Add "froact with intellisense" section
1 parent 057983b commit 262db41

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,19 @@ sprinkle in some froact code to your existing Roact codebase and immediately rea
173173
the benefits froact can offer. In the video, note how the `props` that Luau infers
174174
immediately become way better after changing from Roact to froact.
175175

176-
https://user-images.githubusercontent.com/83943819/230715907-d4566d7d-d28a-46dc-94c7-dd4d34db70e6.mp4
176+
https://user-images.githubusercontent.com/83943819/230716180-ad50e3c9-1531-4910-8fbb-75400cf591ac.mp4
177+
178+
## Froact with intellisense
179+
180+
When using a Luau language server, like [luau-lsp](https://github.com/JohnnyMorganz/luau-lsp),
181+
froact will provide full intellisense out of the box, giving you autocomplete as such:
182+
183+
![2023-04-08_06-25-37](https://user-images.githubusercontent.com/83943819/230716251-2d6397f8-dc57-45b5-87a2-ebac0e2951ea.png)
184+
185+
And automatically typed parameters to callbacks:
186+
187+
![Code_2023-04-08_06-22-46](https://user-images.githubusercontent.com/83943819/230716207-664beb5c-8fb5-455b-9f3d-214241357d9e.png)
188+
177189

178190

179191

0 commit comments

Comments
 (0)