Open
Description
Hey there :) Thanks again for all the hard work on this plugin. Not sure if this feature request is possible, but would save me a lot of time when I create new projects / update my dependencies.
Feature Request: Autocomplete Dependency version while editing Pubspec.yaml
- Open pubspec.yaml in Dart or Flutter Package
- Go to dependencies section
- Typing "http: "
- See suggested version constraints based on the installation instructions on pub.dartlang.org.
- Select one and keep adding dependencies
Current Workflow:
- Open pubspec.yaml
- Go to dependencies
- Start typing http
- Realize I need to get appropriate version
- Open up browser
- Navigate to pub.dartlang.org
- Search for the package I want
- Open the Installation page and copy the number
- Go to editor and paste it in
A video of the functionality I'm interested in, from VSCode working with package.json files: https://www.youtube.com/watch?v=3LP5QpkoUAA