Skip to content
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 some way to quickly import std modules #114

Closed
CGQAQ opened this issue Jul 22, 2020 · 1 comment · Fixed by #172
Closed

Add some way to quickly import std modules #114

CGQAQ opened this issue Jul 22, 2020 · 1 comment · Fixed by #172
Labels
enhancement New feature or request

Comments

@CGQAQ
Copy link
Contributor

CGQAQ commented Jul 22, 2020

For example: after I type https://deno.land/std@, give me completions of all std lib versions out there; and when I select a version and hit tab, give me completions of all std module in here

And of course, add a snippet code for example importstd, hit tab key give me import {<2. hit tab input here>} from 'https://deno.land/std@<1. input here>'

@CGQAQ
Copy link
Contributor Author

CGQAQ commented Jul 23, 2020

cc @ry

@bartlomieju bartlomieju added the enhancement New feature or request label Aug 4, 2020
@jsejcksn jsejcksn mentioned this issue Sep 1, 2020
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants