stacked icon indicating copy to clipboard operation
stacked copied to clipboard

[docs]: Should VSCode highlight missing params?

Open FickleLife opened this issue 2 years ago • 1 comments

Describe the missing piece of documentation

I am going through the documentation and I get to https://stacked.filledstacks.com/docs/getting-started/navigation-basics#navigate-to-a-view-with-arguments and when I run stacked generate, should there be red "error" highlighting in VSCode to signify that you need to add a param to navigateToHomeView ?

When I run flutter run it fails as expected, but was hoping the UI in VSCode would show this error before compilation?

FickleLife avatar Oct 02 '23 08:10 FickleLife

Hi, VS code does show it. If it's required then it'll be shown.

Sometimes the plugin doesn't update correctly. This is a problem with the VS code flutter & dart plugin, not Stacked.

FilledStacks avatar Oct 03 '23 13:10 FilledStacks