ricardoemerson / flutter-print

Help insert and remove print(*) statement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Grab Nested Variable chain inside print('${}')

hardiklakhalani opened this issue · comments

OS: Windows10

image

instead of "${store.ingredientList.data}" it gets as a string

image

Hi, this extension just consider the selected value and not all the context wich the selected value belongs.

In the first case, its correct. You select only the word data and de print was performed using the selected value.
In the second case to print the property of an object you must use [Win] + [Shift] + [L]

You can read better on documentation of the extension:
https://marketplace.visualstudio.com/items?itemName=ricardo-emerson.flutter-print