Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/docs/development/tools/vs-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down