You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'
The text was updated successfully, but these errors were encountered:
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 hereAnd of course, add a snippet code for example
importstd
, hit tab key give meimport {<2. hit tab input here>} from 'https://deno.land/std@<1. input here>'
The text was updated successfully, but these errors were encountered: