File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,19 @@ sprinkle in some froact code to your existing Roact codebase and immediately rea
173173the benefits froact can offer. In the video, note how the ` props ` that Luau infers
174174immediately 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
You can’t perform that action at this time.
0 commit comments