From ecb25079a2d65db3a14b0852f421e2030b2daaa2 Mon Sep 17 00:00:00 2001 From: beevatsyu Date: Sun, 31 May 2020 09:17:39 +0530 Subject: [PATCH] Update vs-code.md (#1) --- src/docs/development/tools/vs-code.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/development/tools/vs-code.md b/src/docs/development/tools/vs-code.md index 9a7349a570..5ed6a4cad5 100644 --- a/src/docs/development/tools/vs-code.md +++ b/src/docs/development/tools/vs-code.md @@ -214,6 +214,10 @@ can assist in correcting it. : Changes a child argument to a children argument, and wraps the argument value in a list. +**Convert StatelessWidget to StatefulWidget assist** +: Changes the implementation of a `StatelessWidget` to that of a `StatefulWidget`, + by creating the `State` class and moving the code there. + ### Snippets Snippets can be used to speed up entering typical code structures.