New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add placeholder code for required parameters #2123
Comments
Because there are some behaviour changes, this feature will initially ship behind a flag ( |
so when it is coming ? |
@jagdishjadeja there's a beta build here: https://github.com/Dart-Code/Dart-Code/releases/tag/v3.7.0-beta.1 You'll need to set |
@DanTup got errors
|
@jagdishjadeja you can't just double-click on the vsix - that'll try to open it in Visual Studio (proper). I don't know why they made it this way, but they did :) On the link above there are some instructions for installing (and there are more detailed instructions here) :-) |
not sure then whats thats usage |
@jagdishjadeja I'm not sure I understand. There are instructions here for how to install the VSIX (you run the Extension: Install from VSIX command in VS Code, and then browse for the vsix file). |
I have got it I was just wondering why they made extensions that way |
I don't know - I guess it seemed like a convenient file format to use. Maybe in a future Visual Studio update it will learn what VS Code extensions look like and automatically delegate to VS Code (similar to how its version switcher works), I don't know. It's definitely annoying though - seems like everyone tries to install by double-clicking the first time (I did!) 😞 |
Can I get some instructions on how to use this feature? |
Did you click the Reload button after installing the extension? If you click Extensions on the side bar, do you see the 3.7.0-beta version? If it's working, you should get placeholders for |
yes working checking out new feature |
can we add
@required
code when user types a widget likeicon
property forIconButton
or add whole
Builder
function placeholder code for widgets likeFutureBuilder
orListView.Builder
?inserting
@required
parameters code will make life easierThe text was updated successfully, but these errors were encountered: