massCodeIO / assistant-vscode

massCode assistant for VS Code
MIT License
28 stars 10 forks source link

Add ability to choose from multiple fragments #7

Closed jdhalbert closed 2 years ago

jdhalbert commented 2 years ago

If a snippet has more than one fragment, each fragment will be displayed as an option for insertion.

2022-08-18 20 57 01

antonreshetov commented 2 years ago

@jdhalbert you need run lint:fix

antonreshetov commented 2 years ago

P.S. Before you implement something, you need to agree on it, it is possible that your work will be in vain

jdhalbert commented 2 years ago

Linted and replaced the == with ===. I don't understand the additional spaces requested.

I implemented it for my personal use. Feel free to use it or not. Thanks.