gusper / SongTxt-vscode

Visual Studio Code extension that adds support for editing text files for songs including lyrics, chords, guitar tablature, etc.
MIT License
29 stars 7 forks source link

Key binding to just show all of the code snippets available #11

Open gusper opened 5 years ago

aamarks commented 5 years ago

You could just set "editor.snippetSuggestions": "top", for Songtxt, then crtl+space has them all at the top. Probably would need to document that so that average user can change it back (or maybe it's possible to map it to some "songtext.snippetSuggestionsTop" boolean setting).

gusper commented 5 years ago

Hoping to get some time to work on this project again soon. Thanks for the suggestions!