mre/vscode-snippet

Implement new live-suggestion feature of cheat.sh

Open

#17 opened on Nov 1, 2018

 (5 comments) (1 reaction) (0 assignees)TypeScript (33 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (255 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In #5, @chubin mentioned a new interface for live suggestions in cheat.sh:

$ curl cheat.sh/python/create+empty?query=complete
create empty list
create empty array
create empty file
create empty dict
create empty set

(See here: https://github.com/mre/vscode-snippet/issues/5#issuecomment-430407443)

This is a tracking ticket for this feature. As soon as it becomes available, we should add it to vscode-snippet, as it provides a lot of value in my opinion.

Contributor guide